Skip to content

Commit

Permalink
Merge pull request #822 from vusion/bugfix/select-preview
Browse files Browse the repository at this point in the history
Bug-2815846280431104:fix select preview style
  • Loading branch information
zx-zhyl authored Feb 28, 2024
2 parents ff4bf99 + 6d1695b commit 5eb7b85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/u-select.vue/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,3 +547,7 @@
.preview .placeholder {
color: var(--select-color);
}

.preview.root {
padding-left: 0;
}

0 comments on commit 5eb7b85

Please sign in to comment.