mirror of https://github.com/ElemeFE/element
Table: fix last table column border disappear in some condition (#9326)
parent
ddab60121a
commit
28708bbf86
|
@ -277,12 +277,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.has-gutter {
|
||||
th:nth-last-of-type(2), td:nth-last-of-type(2) {
|
||||
border-right: none;
|
||||
}
|
||||
}
|
||||
|
||||
th.gutter:last-of-type {
|
||||
border-bottom: $--table-border;
|
||||
border-bottom-width: 1px;
|
||||
|
|
Loading…
Reference in New Issue