fix: CN-1016:表格样式调整(去掉竖线)

This commit is contained in:
hyx
2023-05-17 17:04:23 +08:00
parent ba2a5fe6d3
commit 761cb528af

View File

@@ -329,6 +329,9 @@
border-right:none; border-right:none;
border-bottom:none; border-bottom:none;
} }
.el-table--border th ,.el-table--border td {
border-right: none;
}
.el-table { .el-table {
th { th {
padding-top:6px; padding-top:6px;