mark
2022-10-25 f20a554bdb24e9dfde9dc6a69d78595944f61d15
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
.el-table th,
.el-table tr {
  background-color: transparent !important;
}
.el-table,
.el-table__expanded-cell {
  background-color: transparent !important;
}
.has-gutter {
  background: rgba(255, 255, 255, 0.18) !important;
}
.el-table__body-wrapper {
  background: rgba(255, 255, 255, 0.08) !important;
  font-family: PingFang SC Regular;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.9);
}
// class="has-gutter"
.el-table__header-wrapper {
  border-radius: 3px 3px 0 0;
}
.FormList .search .left .el-input {
  width: 150px;
}
.el-input__inner {
  background-color: transparent !important;
}
.el-range-input {
  background-color: transparent !important;
}
// .el-table__row > td {
//   // border: none !important;
// }
.el-table__cell {
  border: none !important; //表格的线
}
.el-input input {
  border-radius: 3px !important;
}