mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
11 lines
450 B
SCSS
11 lines
450 B
SCSS
@mixin setup-dark-table {
|
|
$--table-header-background-color: #2b3147 !global;
|
|
$--table-body-background-color: #1f263e !global;
|
|
$--table-header-color: $--text-1 !global;
|
|
$--table-body-color: $--text-2 !global;
|
|
$--table-row-hover: $--table-header-background-color !global;
|
|
$--table-box-shadow: 0 3px 20px 6px rgba(0, 0, 0, .2) !global;
|
|
$--table-border: none !global;
|
|
//TODO:ui设计深色color
|
|
$--table-td-border-right: none !global;
|
|
} |