fix(frontend): 统一所有管理页面搜索框宽度为 w-full sm:w-64
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<SearchInput
|
||||
:model-value="searchQuery"
|
||||
:placeholder="t('admin.accounts.searchAccounts')"
|
||||
class="w-64"
|
||||
class="w-full sm:w-64"
|
||||
@update:model-value="$emit('update:searchQuery', $event)"
|
||||
@search="$emit('change')"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user