3328350766
6 天以前 761eb03d6b3bebd0b197179564c84d89d3d12a0d
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.noData {
  height: 32px;
  line-height: 32px;
}
 
.ztree-filter-container {
  white-space: nowrap;
  overflow: hidden;
  padding: 16px 16px 0px;
 
  .el-input {
    min-width: 100px !important;
    margin-right: 10px;
  }
  // .el-button{
  //   display: inline-flex !important;
  // }
}
 
.loading {
  display: contents;
 
  .el-loading-text {
    display: list-item;
    white-space: nowrap
  }
}
 
.br {
  display: none;
}
 
::v-deep .el-input__icon {
  line-height: 30px;
}
 
.scrollInSelect {
  height: calc(100vh - 480px);
 
  ::v-deep .el-scrollbar__wrap {
    margin-bottom: 0 !important;
    overflow-x: auto;
  }
 
  .ztree {
    height: 100%;
    padding: 0;
    ::v-deep li a.curSelectedNode {
      color: var(--bs-el-color-primary);
      text-decoration: none;
    }
  }
 
  .empty {
    margin-top: 30px;
  }
}