mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fixed(advance-table): fix column box-shadow
This commit is contained in:
parent
5f5505df5d
commit
951515d358
@ -24,7 +24,7 @@
|
||||
.n-advance-table__fixed--active {
|
||||
transition: box-shadow 0.2s;
|
||||
&.n-advance-table__fixed--right {
|
||||
box-shadow: 0 10px 16px 5px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: -10px 0 7px -5px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
&.n-advance-table__fixed--left {
|
||||
box-shadow: 10px 0 16px -5px rgba(0, 0, 0, 0.2);
|
||||
|
Loading…
Reference in New Issue
Block a user