refactor: 优化搜索输入框 input => input-search

This commit is contained in:
2024-11-23 21:27:29 +08:00
parent b030921189
commit 7402de5695
20 changed files with 30 additions and 36 deletions

View File

@@ -18,7 +18,7 @@
<a-input-group>
<a-input
v-model="queryForm.name" placeholder="请输入文件名" allow-clear style="width: 200px"
v-model="queryForm.name" placeholder="搜索文件名" allow-clear style="width: 200px"
@change="search"
/>
<a-button type="primary" @click="search">