committed by
GitHub
22 changed files with 1297 additions and 1490 deletions
File diff suppressed because it is too large
@ -1,6 +1,6 @@ |
|||
@import './common.scss'; |
|||
@import './variable.scss'; |
|||
@import './scrollbar.scss'; |
|||
@import './toolbar.scss'; |
|||
@import './component.scss'; |
|||
@import 'vxe-table/styles/index.scss'; |
|||
@import './common'; |
|||
@import './variable'; |
|||
@import './scrollbar'; |
|||
@import './toolbar'; |
|||
@import './component'; |
|||
@import 'vxe-table/styles/index'; |
|||
|
|||
@ -1,6 +1,6 @@ |
|||
$vxe-primary-color: rgb(9, 96, 189) !default; |
|||
$vxe-table-row-current-background-color: rgba(9, 96, 189, 0.3); |
|||
$vxe-table-row-hover-current-background-color: rgba(9, 96, 189, 0.2); |
|||
$vxe-table-column-hover-background-color: rgba(9, 96, 189, 0.3); |
|||
$vxe-table-column-current-background-color: rgba(9, 96, 189, 0.2); |
|||
$vxe-primary-color: rgb(9 96 189) !default; |
|||
$vxe-table-row-current-background-color: rgb(9 96 189 / 30%); |
|||
$vxe-table-row-hover-current-background-color: rgb(9 96 189 / 20%); |
|||
$vxe-table-column-hover-background-color: rgb(9 96 189 / 30%); |
|||
$vxe-table-column-current-background-color: rgb(9 96 189 / 20%); |
|||
$vxe-table-validate-error-color: #f56c6c; |
|||
|
|||
Loading…
Reference in new issue