Table: hide border when v-loading is true (#9725)

pull/9741/head
FuryBean 2018-02-08 13:36:53 +08:00 committed by 杨奕
parent 096dbddf98
commit fa55dbae12
1 changed files with 4 additions and 0 deletions

View File

@ -281,6 +281,10 @@
border-right: none;
border-bottom: none;
&.el-loading-parent--relative {
border: none;
}
th, td {
border-right: $--table-border;