mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
12 lines
245 B
SCSS
12 lines
245 B
SCSS
/**Variable**/
|
|
|
|
.vxe-table--header-wrapper {
|
|
background-color: $vxe-table-header-background-color;
|
|
.vxe-table--repair {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 1px;
|
|
background-color: $vxe-table-border-color;
|
|
}
|
|
} |