Skip to content

Commit

Permalink
refactor(ui/select): optimize style
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq authored and BeADre committed Sep 18, 2022
1 parent a21cb5f commit 1260317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/select/select.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@select-blur-color: #888;
@select-focus-color: var(--color-primary);
@select-scroller-background: #fff;
@select-scroller-margin: 9px 0 0 0;
@select-scroller-margin: 8px 0 0 0;
@select-scroller-padding: 6px 0;
@select-scroller-max-height: 278px;
@select-placeholder-size: 16px;
Expand Down

0 comments on commit 1260317

Please sign in to comment.