mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix(conns): input width
This commit is contained in:
parent
3f22a48e00
commit
62ff9c3f09
@ -327,7 +327,7 @@ export default () => {
|
||||
|
||||
<div class="flex w-full items-center gap-2 md:flex-1">
|
||||
<input
|
||||
class="input input-primary input-sm flex-1"
|
||||
class="input input-primary input-sm w-96"
|
||||
placeholder={t('search')}
|
||||
onInput={(e) => setSearch(e.target.value)}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user