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-right: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
||||||
|
&.el-loading-parent--relative {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
border-right: $--table-border;
|
border-right: $--table-border;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue