fix(theme-chalk): [table] remove redundant border styles (#9839)

closed #9646

Co-authored-by: zz <2418184580@qq.com>
This commit is contained in:
qiang
2022-09-23 21:11:33 +08:00
committed by GitHub
parent ad0cb8bf97
commit df051875a1

View File

@@ -31,7 +31,6 @@
bottom: 0px;
width: 100%;
height: 1px;
z-index: 3;
}
}
@@ -244,17 +243,6 @@
// 拥有多级表头
@include m((group, border)) {
@include e((inner-wrapper, footer-wrapper)) {
tr:first-child {
td,
th {
&:first-child {
border-left: getCssVar('table-border');
}
}
}
}
@include share-rule(border-pseudo) {
content: '';
position: absolute;
@@ -272,7 +260,6 @@
top: 0;
width: 100%;
height: 1px;
z-index: 3;
}
}
@@ -282,7 +269,6 @@
left: 0;
width: 1px;
height: 100%;
z-index: 3;
}
&::after {
@@ -291,7 +277,6 @@
right: 0;
width: 1px;
height: 100%;
z-index: 3;
}
@include e(inner-wrapper) {
@@ -649,16 +634,5 @@
content: none;
}
}
@include e((inner-wrapper, footer-wrapper)) {
tr:first-child {
td,
th {
&:first-child {
border-left: none;
}
}
}
}
}
}