fix: 修复表格样式

This commit is contained in:
shiziyuan9527 2021-03-22 21:14:56 +08:00
parent b2eb55d03f
commit 2fb76d69e8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ html,body {
border-right: 0 !important;
}
.adjust-table th {
.adjust-table th:not([class*="el-table-column--selection"]) {
border-right-color: white !important;
}