fix: 移动端列表页搜索框和按钮去掉size=small,使用默认大小

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-13 01:02:35 +08:00
parent 07c6f65378
commit 04f701b27c
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ async function handleDelete(id: string) {
<button class="new-btn" @click="router.push('/m/work-plan/new')">+ 新建计划</button>
<div style="margin-bottom:12px;display:flex;gap:8px">
<el-input v-model="searchText" placeholder="搜索..." size="small" clearable @keyup.enter="onSearch" @clear="onSearch" />
<el-button size="small" @click="onSearch">搜索</el-button>
<el-input v-model="searchText" placeholder="搜索..." clearable @keyup.enter="onSearch" @clear="onSearch" />
<el-button @click="onSearch">搜索</el-button>
</div>
<div class="cards">