app-transfer.less 602 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
.transfer-select{
  .ivu-select-dropdown {
      padding: 0px;
      .transfer-select__hidden {
          display: none;
      }
  }
}
.transfer-select__transfer{
    max-height: 200px;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    .el-transfer-panel{
        min-width: 25%;
        .el-transfer-panel__body{
          max-height: 160px;
        }
        .el-checkbox-group{
            max-height: 160px;
        }
        .el-checkbox+.el-checkbox {
            margin-left: 0px; 
        }   
    }
    .el-transfer__buttons{
        align-self: center;
    }
}