mirror of https://github.com/ElemeFE/element
Table: hide border when v-loading is true (#9725)
parent
096dbddf98
commit
fa55dbae12
|
@ -281,6 +281,10 @@
|
|||
border-right: none;
|
||||
border-bottom: none;
|
||||
|
||||
&.el-loading-parent--relative {
|
||||
border: none;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border-right: $--table-border;
|
||||
|
||||
|
|
Loading…
Reference in New Issue