mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
fixed(advance-table): light ui border color,box-shadow hidden
This commit is contained in:
parent
55293345bd
commit
f4371053f0
@ -100,7 +100,8 @@
|
||||
}
|
||||
|
||||
@include e(tbody) {
|
||||
box-shadow: 0 3px 20px 6px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: $--table-box-shadow;
|
||||
border: $--table-border;
|
||||
}
|
||||
@include b(table) {
|
||||
&::-webkit-scrollbar-thumb {
|
||||
|
@ -5,7 +5,7 @@
|
||||
$--table-body-color: $--text-2 !global;
|
||||
$--table-row-hover: $--table-header-background !global;
|
||||
$--table-box-shadow: 0 3px 20px 6px rgba(0, 0, 0, .2) !global;
|
||||
$--table-border: none;
|
||||
$--table-border: none !global;
|
||||
//TODO:ui设计深色color
|
||||
$--table-td-border-right: none !global;
|
||||
}
|
Loading…
Reference in New Issue
Block a user