style: 统一部分搜索栏

This commit is contained in:
2025-04-15 22:07:01 +08:00
parent 1536fff3b4
commit d927d8f58a
6 changed files with 23 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
<a-input-search v-model="queryForm.title" placeholder="搜索标题" allow-clear @search="search" />
<a-select
v-model="queryForm.isRead"
placeholder="全部状态"
placeholder="请选择状态"
allow-clear
style="width: 150px"
@change="search"

View File

@@ -14,7 +14,7 @@
<a-select
v-model="queryForm.type"
:options="notice_type"
placeholder="全部类型"
placeholder="请选择类型"
allow-clear
style="width: 150px"
@change="search"