fix(table): fix #1013 (#1056)

fix #1013

Co-authored-by: winerlu <winerlu@tencent.com>
This commit is contained in:
justwiner 2020-12-21 14:10:24 +08:00 committed by GitHub
parent 5b8ee0ca9d
commit 8eb51b9eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,9 +276,10 @@
border-right: none;
border-bottom: none;
&.el-loading-parent--relative {
border-color: transparent;
}
// fix: #1013
// &.el-loading-parent--relative {
// border-color: transparent;
// }
th, td {
border-right: $--table-border;