fixed(advance-table): fix column box-shadow

This commit is contained in:
JiwenBai 2019-11-08 19:44:46 +08:00
parent 5f5505df5d
commit 951515d358

View File

@ -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);