fix
This commit is contained in:
@@ -440,4 +440,9 @@ main.home-main{
|
|||||||
}
|
}
|
||||||
main.pop{
|
main.pop{
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
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
|
<input
|
||||||
className="flex-1"
|
className="flex-1"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder=""
|
style={{ height: '38px'}}
|
||||||
value={ inputValue }
|
value={ inputValue }
|
||||||
onChange={ onChangeInput }
|
onChange={ onChangeInput }
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user