zxl
1 天以前 059f9068163e2e48b5d802db93e171991dd6bce5
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
.search {
  .operation {
    margin-bottom: 2vh;
  }
 
 
  .select-clear {
    margin-left: 10px;
  }
}
 
.tree-bar {
  overflow: auto;
  margin-top: 5px;
  position: relative;
  min-height: 80px;
}
 
.tree-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
 
.tree-bar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px #d1d1d1;
  background: #e4e4e4;
}