pref: Select height

This commit is contained in:
luoxiao 2024-04-24 11:13:10 +08:00 committed by luoxiaozero
parent 983e85728a
commit 4f7dd0f6e4

View file

@ -1,8 +1,10 @@
.thaw-select { .thaw-select {
position: relative; position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0 30px 0 10px; padding: 0 30px 0 10px;
min-height: 30px; min-height: 34px;
line-height: 28px;
background-color: var(--thaw-background-color); background-color: var(--thaw-background-color);
font-size: 14px; font-size: 14px;
color: var(--thaw-font-color); color: var(--thaw-font-color);
@ -14,7 +16,7 @@
} }
.thaw-select.thaw-select--multiple { .thaw-select.thaw-select--multiple {
padding: 0 30px 0 3px; padding: 3px 30px 0 3px;
} }
.thaw-select-dropdown-icon { .thaw-select-dropdown-icon {
@ -32,8 +34,8 @@
} }
.thaw-select.thaw-select--multiple .thaw-tag { .thaw-select.thaw-select--multiple .thaw-tag {
height: 20px; height: 24px;
margin-right: 3px; margin: 0 3px 3px 0;
} }
.thaw-select:hover { .thaw-select:hover {