Commit fa55dbae authored by FuryBean's avatar FuryBean Committed by 杨奕

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

parent 096dbddf
......@@ -281,6 +281,10 @@
border-right: none;
border-bottom: none;
&.el-loading-parent--relative {
border: none;
}
th, td {
border-right: $--table-border;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment