wente
2023-12-13 99e94aa2b7d2bd6736b1dfdf2ed6be54a4c8cdec
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
.v-service
.el-table__fixed-body-wrapper {
  top: 68px !important;
}
 
.v-service-user
.el-table__fixed-body-wrapper {
  top: 45px !important;
}
 
.v-service-user-one
.el-table__fixed-body-wrapper {
  top: 36px !important;
}
 
.input_style
.el-select--default
.el-input--suffix
.el-input__inner {
  height: 32px !important;
}
 
.tableStyle{
  overflow: auto;
  display: block;
  margin-bottom: 10px;
  height: 100%;
  overflow-y: hidden;
}