Skip to content

Commit a865dc4

Browse files
authored
style(Select): 补充样式 (#233)
1 parent 6d2e045 commit a865dc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/devui-vue/devui/select/src/select.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ $select-item-min-height: 36px;
9191
border-radius: $devui-border-radius;
9292
outline: none;
9393
background-color: $devui-base-bg;
94+
box-sizing: border-box;
9495
@include border-transition();
9596

9697
&:not([disabled]):not(.disabled) {
@@ -190,6 +191,7 @@ $select-item-min-height: 36px;
190191
text-overflow: ellipsis;
191192
border: 0;
192193
color: $devui-text;
194+
box-sizing: border-box;
193195
cursor: pointer;
194196

195197
&:hover:not(.active):not(.disabled) {

0 commit comments

Comments
 (0)