fex media

This commit is contained in:
lyf
2024-09-23 15:12:45 +08:00
parent 518e0d90a5
commit c15c852668
4 changed files with 31 additions and 12 deletions

View File

@@ -250,8 +250,7 @@
.select-with-icon {
position: relative;
max-width: fit-content;
max-width: 60%;
&.left-align-option {
option {
text-align: left;
@@ -260,9 +259,11 @@
.select-with-icon-select {
height: 100%;
max-width: 100%;
border: var(--border-in-light);
padding: 10px 35px 10px 10px;
border-radius: 10px;
white-space: normal;
appearance: none;
cursor: pointer;
background-color: var(--white);