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
31
32
33
34
35
36
37
38
.app-department-select {
.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;
}
}
.el-input__inner {
height: 32px;
line-height: 32px;
}
.el-input__icon {
line-height: 32px;
}
}