fix: 嵌套表格全选样式生效

This commit is contained in:
chenjianxing 2021-01-13 16:04:10 +08:00
parent d24d7e5144
commit 0a8a2b55bf
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ html,body {
}
/* <-- 表格全选样式 */
.ms-select-all th:first-child {
.ms-select-all th:first-child.el-table-column--selection {
border: 1px solid #DCDFE6;
border-radius:5px;
padding: 0px;
@ -152,7 +152,7 @@ html,body {
overflow: visible;
}
.ms-select-all th:first-child>.cell {
.ms-select-all th:first-child.el-table-column--selection>.cell {
padding: 5px;
width: 35px;
}