jinlin
2024-01-02 adc8607684261c94b71bc17c1994ada4612a9a9d
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;
}