app change

This commit is contained in:
2023-04-11 17:34:13 +08:00
parent c38e486d7d
commit cc3d11f617
14 changed files with 385 additions and 98 deletions

View File

@@ -98,7 +98,7 @@ $listMaxHeight: 210px;
line-height: $headerHeight;
padding: 0 4px;
font-weight: 400;
font-size: $smallSize;
font-size: var(--font-smaller-size);
color: var(--color);
}
}*/
@@ -106,7 +106,7 @@ $listMaxHeight: 210px;
>.drop-text {
flex: 1 1 auto;
cursor: pointer;
font-size: $mediumSize;
font-size: var(--font-size);
// line-height: $headerHeight;
padding: 0 6px;
overflow: hidden;
@@ -120,7 +120,7 @@ $listMaxHeight: 210px;
cursor: initial;
&::placeholder {
font-size: $smallSize;
font-size: var(--font-smaller-size);
font-style: italic;
}
}
@@ -240,7 +240,7 @@ $listMaxHeight: 210px;
list-style: none;
max-height: $listMaxHeight;
overflow-y: auto;
font-size: $mediumSize;
font-size: var(--font-size);
@include scrollbar();
&.filtered>li:first-child {