优化Select component

This commit is contained in:
PaRaD1SE98
2023-05-10 14:09:30 +00:00
parent 96e3d3a22c
commit 960aa90c32
2 changed files with 3 additions and 6 deletions

View File

@@ -209,6 +209,7 @@
max-width: fit-content;
.select-with-icon-select {
height: 100%;
border: var(--border-in-light);
padding: 10px 25px 10px 10px;
border-radius: 10px;
@@ -217,7 +218,6 @@
background-color: var(--white);
color: var(--black);
text-align: center;
position: relative;
}
.select-with-icon-icon {