mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(theme-chalk): [table] remove redundant border styles (#9839)
closed #9646 Co-authored-by: zz <2418184580@qq.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user