Skip to content

Commit 03ef915

Browse files
authored
fix(picker): abnormal style in skyline mode (#3317)
1 parent 4eb519d commit 03ef915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/picker/picker.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585

8686
&--top {
8787
top: 0;
88-
background: linear-gradient(180deg, @picker-bg-color 0%, rgba(255, 255, 255, 0) 100%);
88+
background: linear-gradient(180deg, @picker-bg-color 0%, transparent 100%);
8989
}
9090

9191
&--bottom {
9292
bottom: 0;
93-
background: linear-gradient(180deg, @picker-bg-color 0%, rgba(255, 255, 255, 0) 100%);
93+
background: linear-gradient(180deg, @picker-bg-color 0%, transparent 100%);
9494
transform: matrix(1, 0, 0, -1, 0, 0);
9595
}
9696
}

0 commit comments

Comments
 (0)