From 78e5ece58bf05ed6f344239f40b49dbe90956cce Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 14 一月 2025 17:54:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index b4cd025..513d018 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -83,13 +83,13 @@
         <div class="flex">
             <div class="flex_card">
                 <el-card>
-                    <NoticeTable style="height: 360px" />
+                    <NoticeTable style="height: 340px" />
                 </el-card>
             </div>
             <!-- 娑堟伅閫氱煡 -->
             <div class="flex_card">
                 <el-card>
-                    <TidingsTable style="height: 360px" />
+                    <TidingsTable style="height: 340px" />
                 </el-card>
             </div>
             <!-- 鍦板浘 -->
@@ -98,7 +98,7 @@
             <el-card>
                 <div>
                     <div class="search-form">
-                        <el-form :model="searchForm" inline>
+                        <el-form :model="searchForm" inline size="small">
                             <el-form-item label=" ">
                                 <el-input
                                     v-model="searchForm.name"
@@ -109,6 +109,8 @@
                             </el-form-item>
                             <el-form-item style="margin-right: 0px">
                                 <el-button
+                                    clearable
+                                    @clear="searchList"
                                     icon="Search"
                                     type="primary"
                                     @click="searchList"
@@ -206,7 +208,6 @@
             this.queryParams.endTime = this.timeMerge[1];
         },
         handleQuery() {
-            console.log(this.queryParams);
             const obj = {
                 startDate: this.queryParams.startTime,
                 endDate: this.queryParams.endTime,

--
Gitblit v1.8.0