Skip to content

Commit

Permalink
style: 完善 vxe-table 多主题样式
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Mar 21, 2024
1 parent 56f933d commit f528bde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/theme/core/vxe-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
--vxe-table-popup-border-color: #{$border-color};

/*table*/
--vxe-table-header-font-color: #{$font-color};
--vxe-table-border-color: #{$border-color};
--vxe-table-header-background-color: #{lighten($theme-bg-color, 8%)};
--vxe-table-body-background-color: #{lighten($theme-bg-color, 4%)};
Expand All @@ -26,6 +27,10 @@
--vxe-table-row-hover-current-background-color: #{lighten($theme-bg-color, 8%)};
--vxe-table-checkbox-range-background-color: #{lighten($theme-bg-color, 8%)};

/*loading*/
--vxe-loading-color: #{$theme-color};
--vxe-loading-background-color: #{rgba($theme-bg-color, 0.5)};

/*toolbar*/
--vxe-toolbar-background-color: #{lighten($theme-bg-color, 4%)};
--vxe-toolbar-custom-active-background-color: #{lighten($theme-bg-color, 16%)};
Expand Down

0 comments on commit f528bde

Please sign in to comment.