|
@@ -18,13 +18,16 @@
|
|
|
|
|
|
|
|
// 重置表格stripe样式
|
|
// 重置表格stripe样式
|
|
|
.vxe-table--render-default tr.vxe-body--row.row--stripe {
|
|
.vxe-table--render-default tr.vxe-body--row.row--stripe {
|
|
|
|
|
+ &>.vxe-body--column {
|
|
|
|
|
+ background-color: var(--color-table-stripe-bg) !important;
|
|
|
|
|
+ }
|
|
|
background-color: var(--color-table-stripe-bg);
|
|
background-color: var(--color-table-stripe-bg);
|
|
|
}
|
|
}
|
|
|
.vxe-table--render-default tr.vxe-body--row.row--current,
|
|
.vxe-table--render-default tr.vxe-body--row.row--current,
|
|
|
.vxe-table--render-default tr.vxe-body--row.row--stripe.row--current {
|
|
.vxe-table--render-default tr.vxe-body--row.row--stripe.row--current {
|
|
|
- background-color: rgba(255, 117, 0, 0.2) !important;
|
|
|
|
|
|
|
+ background-color: rgba(255, 117, 0, 0.2) ;
|
|
|
&>.vxe-body--column {
|
|
&>.vxe-body--column {
|
|
|
- background-color: rgba(255, 117, 0, 0.2) !important;
|
|
|
|
|
|
|
+ background-color: rgba(255, 117, 0, 0.2) ;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.vxe-table--render-default .vxe-body--row.visited-row,
|
|
.vxe-table--render-default .vxe-body--row.visited-row,
|