From 47ebfbe969b1e9f7c10564740327f7baa4603473 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 4 Dec 2023 21:00:29 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E4=B8=AD=E5=BF=83bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tools/Logo.vue | 14 ++++- src/views/dashboard/search/AdvancedSearch.vue | 32 +++++++++- src/views/dashboard/search/GeneralSearch.vue | 59 +++++++++++++++++-- .../modules/ApproveBaseInfo.vue | 4 +- 4 files changed, 96 insertions(+), 13 deletions(-) diff --git a/src/components/tools/Logo.vue b/src/components/tools/Logo.vue index e297537a..444d5db5 100644 --- a/src/components/tools/Logo.vue +++ b/src/components/tools/Logo.vue @@ -7,13 +7,16 @@ -
+
+
@@ -52,7 +60,7 @@ export default {
background-color: transparent !important;
h1 {
- color: #222222 !important;
+ color: @primary-color !important;
}
a {
diff --git a/src/views/dashboard/search/AdvancedSearch.vue b/src/views/dashboard/search/AdvancedSearch.vue
index c85ff1d2..6f7dcd56 100644
--- a/src/views/dashboard/search/AdvancedSearch.vue
+++ b/src/views/dashboard/search/AdvancedSearch.vue
@@ -134,6 +134,14 @@
:pagination="ipagination"
@change="handleTableChange">
+
+