app-department-select.less 486 字节
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
.ivu-dropdown{
  .ivu-dropdown-rel{
    .tree-input{
      .ivu-input-suffix{
        width: auto;
        text-align: right;
        .icon-arrow{
          margin-right: 4px;
        }
      }
      .el-icon-circle-close{
        display: none;
      }
    }
    .tree-input:hover{
      .el-icon-circle-close{
        display: inline-block;
      }
    }
  }
  .ivu-select-dropdown{
    max-height: 200px;
    overflow: scroll;
    .tree-contant{
      overflow:inherit;
    }
  }
}