From df051875a12ef0ddaa55ffcbcaac5fe0f5f35bad Mon Sep 17 00:00:00 2001 From: qiang Date: Fri, 23 Sep 2022 21:11:33 +0800 Subject: [PATCH] fix(theme-chalk): [table] remove redundant border styles (#9839) closed #9646 Co-authored-by: zz <2418184580@qq.com> --- packages/theme-chalk/src/table.scss | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/packages/theme-chalk/src/table.scss b/packages/theme-chalk/src/table.scss index 089ee5b148..9ca3b4b84a 100644 --- a/packages/theme-chalk/src/table.scss +++ b/packages/theme-chalk/src/table.scss @@ -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; - } - } - } - } } }