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
39
| .search {
| .operation {
| margin-bottom: 2vh;
| }
|
| .select-count {
| font-weight: 600;
| color: #40a9ff;
| }
|
| .select-clear {
| margin-left: 10px;
| }
|
| .page {
| margin-top: 2vh;
| }
|
| .drop-down {
| margin-left: 5px;
| }
| }
|
| .tree-list {
| position: relative;
| min-height: 80px;
| }
|
| .drawer-footer {
| z-index: 10;
| width: 100%;
| position: absolute;
| bottom: 0;
| left: 0;
| border-top: 1px solid #e8e8e8;
| padding: 10px 16px;
| text-align: left;
| background: #fff;
| }
|
|