SplitPaste.less 1.56 KB
@import "~@/variable.less";
.SplitListPartsName {
  height: 100%
}
.rowWrapper{
 padding: 8px;
 box-sizing: border-box;
  padding-bottom: 0;
}
.card{
  padding: 0;
}
.introSpan {
  display: block;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 0 8px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid @border-color-base;
  line-height: 25px;
  height: 28px;
  border-radius: @border-radius-base;
}
.SplitListTitle {
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 13px;
  font-weight: bold;
}
.splitPaste{
  line-height: 14px;
  .treeContainer{
    height: 100%;
    border: 1px solid #d9d9d9;
    border-right: none;
  }
  .list{
    box-sizing: border-box;
    border: 1px solid @border-color-base;
    border-bottom: none;
  }
  .lastRow{
    border: 1px solid @border-color-base;
    border-top: none;
  }
  .borderRight{
    border-right: 1px solid @border-color-base;
  }
  .borderBottom{
    border-bottom: 1px solid @border-color-base;
  }
}
.splitTree{
  height: 350px;
  overflow-y: auto;
}
.splitContainer{
  height: 350px;
  overflow-y: auto;
}
.SplitListLine{
  position: absolute;
  height: 100%;
  width: 1px;
  left: 16.6%;
  border-right:1px solid @border-color-base;
}
.SplitListLineSec{
  position: absolute;
  height: 100%;
  width: 1px;
  left: 25%;
  border-right:1px solid @border-color-base;
}
.process{
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
}