fix: 修复表格样式
This commit is contained in:
parent
b9035b42cb
commit
10c4ff2577
|
@ -65,10 +65,14 @@ html,body {
|
|||
border-right: 0 !important;
|
||||
}
|
||||
|
||||
.adjust-table th:not([class*="el-table-column--selection"]) {
|
||||
.adjust-table th {
|
||||
border-right-color: white !important;
|
||||
}
|
||||
|
||||
.adjust-table.ms-select-all-fixed th:first-child.el-table-column--selection {
|
||||
border-right-color: #DCDFE6 !important;
|
||||
}
|
||||
|
||||
.adjust-table {
|
||||
border-color: white !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue