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