From 2101dc60333a39cfa80b33689f2267fd211314e8 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 25 May 2022 10:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/layouts/TabLayout.vue | 1 - jero-web/src/views/dashboard/Analysis.vue | 31 +++++++------ .../dashboard/components/customContent.vue | 2 - .../dashboard/components/documentDynamics.vue | 43 ++++++++++--------- .../components/monthlyReportRegulations.vue | 2 +- .../src/views/dashboard/components/myList.vue | 2 +- .../src/views/dashboard/components/myNews.vue | 2 +- .../src/views/dashboard/customContentList.vue | 9 ++-- .../documentTools/searchCenter/index.vue | 8 ++++ .../components/certificationDirectoryAdd.vue | 2 +- jero-web/src/views/system/MessageDetails.vue | 18 +++++--- .../src/views/system/UserAnnouncementList.vue | 2 +- 12 files changed, 70 insertions(+), 52 deletions(-) diff --git a/jero-web/src/components/layouts/TabLayout.vue b/jero-web/src/components/layouts/TabLayout.vue index e4681ca78..e76180cd4 100644 --- a/jero-web/src/components/layouts/TabLayout.vue +++ b/jero-web/src/components/layouts/TabLayout.vue @@ -95,7 +95,6 @@ this.$route.path == '/handshakeProcess' || this.$route.path == '/historicalVersion' || this.$route.path == '/dashboard/analysis' || - this.$route.path == '/customContentList' || this.$route.path == '/processDetails') { return false } else { diff --git a/jero-web/src/views/dashboard/Analysis.vue b/jero-web/src/views/dashboard/Analysis.vue index acaf903a3..0a10c5667 100644 --- a/jero-web/src/views/dashboard/Analysis.vue +++ b/jero-web/src/views/dashboard/Analysis.vue @@ -57,7 +57,14 @@ }, methods: { onSearch(value) { - console.log(value) + if (value) { + this.$router.push({ + path: '/docTools/searchCenter', + query: { + selectValue:value + } + }) + } } } } @@ -66,7 +73,7 @@ .box { width: 100%; height: 100%; - padding: 32px; + padding: 10px 20px 8px 20px; box-sizing: border-box; .header-search { @@ -85,9 +92,9 @@ .content-header { width: 100%; - height: 120px; - margin-top: 24px; - padding: 24px; + height: 112px; + margin-top: 10px; + padding: 20px; box-sizing: border-box; border: 1px solid #CED0D8; border-radius: 4px; @@ -95,11 +102,11 @@ .content-content { width: 100%; - height: 306px; - padding: 30px 25px 25px 25px; + height: 280px; + padding: 20px 24px; box-sizing: border-box; border: 1px solid #CED0D8; - margin-top: 20px; + margin-top: 10px; } .content-footer { @@ -108,12 +115,12 @@ width: 100%; .content-footer-box { - width: calc(33.3% - 14px); - height: 412px; + width: calc(33.3% - 7px); + height: 400px; border: 1px solid #CED0D8; - padding: 30px 24px 24px 24px; + padding: 20px 24px; box-sizing: border-box; - margin-top: 20px; + margin-top: 10px; } } } diff --git a/jero-web/src/views/dashboard/components/customContent.vue b/jero-web/src/views/dashboard/components/customContent.vue index 850a76df2..1e80de53c 100644 --- a/jero-web/src/views/dashboard/components/customContent.vue +++ b/jero-web/src/views/dashboard/components/customContent.vue @@ -143,7 +143,6 @@ .text { font-size: 16px; - font-family: Blue Sky Noto; font-weight: 400; color: #040B29; margin-top: 8px; @@ -176,7 +175,6 @@ .text { font-size: 16px; - font-family: Blue Sky Noto; font-weight: 400; color: #040B29; margin-top: 8px; diff --git a/jero-web/src/views/dashboard/components/documentDynamics.vue b/jero-web/src/views/dashboard/components/documentDynamics.vue index 487bfa134..eb9d495d5 100644 --- a/jero-web/src/views/dashboard/components/documentDynamics.vue +++ b/jero-web/src/views/dashboard/components/documentDynamics.vue @@ -3,7 +3,7 @@