wente
2024-11-05 1696a5ccc97a923f65eaf3a554eabce2436bc510
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
.v-service
.el-table__fixed-body-wrapper {
  top: 68px !important;
}
 
.v-service-user
.el-table__fixed-body-wrapper {
  top: 45px !important;
}
.v-service-param .el-table__fixed-body-wrapper {
  top: 63px !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;
}