From e87846bfc7e467836d958632b15a22a901eb51d2 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 09 一月 2025 15:33:56 +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