fix
This commit is contained in:
@@ -440,4 +440,9 @@ main.home-main{
|
||||
}
|
||||
main.pop{
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.opt-label{
|
||||
font-size: var(--fs-14);
|
||||
word-break: break-all;
|
||||
}
|
||||
@@ -64,7 +64,7 @@ export const FilterSelectInput = ({
|
||||
<input
|
||||
className="flex-1"
|
||||
type="text"
|
||||
placeholder=""
|
||||
style={{ height: '38px'}}
|
||||
value={ inputValue }
|
||||
onChange={ onChangeInput }
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user