fix: 修复表格样式

This commit is contained in:
shiziyuan9527 2021-03-22 22:53:11 +08:00
parent b9035b42cb
commit 10c4ff2577
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}