From 34922aa6db6a1fb36654c5cf6f3eea1030c87300 Mon Sep 17 00:00:00 2001 From: fanpeijiang <1121903167@qq.com> Date: Tue, 11 Oct 2022 23:29:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abug=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- src/Layouts/BaseLayout.vue | 5 +- src/components/LeftMenuBar.vue | 88 +++++----- .../DataAnalyse/kndiagram/questions/mxd.vue | 160 +++++++++++------- .../planetDesign/Design/components/Card.vue | 2 +- .../Design/components/config/ConfigTitle.vue | 1 + .../Design/fragement/EndLangModal.vue | 2 +- src/views/planetDesign/Index.vue | 1 - src/views/schedule/index.vue | 2 - src/views/schedule/recycle.vue | 100 +++++++---- 10 files changed, 218 insertions(+), 145 deletions(-) diff --git a/.env.dev b/.env.dev index 38419ba1..01b1f296 100644 --- a/.env.dev +++ b/.env.dev @@ -2,7 +2,7 @@ NODE_ENV = 'development' VUE_APP_CURRENTMODE = 'dev' VUE_APP_BASEOSS = 'https://diaoyan-files.automark.cc' -VUE_APP_BASEURL = 'http://planetg-java.test.automark.cc/' +VUE_APP_BASEURL = 'https://ylst-api-uat.dctest.digitalyili.com/' VUE_APP_DELiVERY_BASEURL='https://javaxq.test.automark.cc/' VUE_APP_MESSAGE_CENTER ='http://gtech-gateway.dcin-test.digitalyili.com/apigtech/message-send-center/'; diff --git a/src/Layouts/BaseLayout.vue b/src/Layouts/BaseLayout.vue index e57c633d..ca20ef58 100644 --- a/src/Layouts/BaseLayout.vue +++ b/src/Layouts/BaseLayout.vue @@ -48,7 +48,7 @@ @click.stop="clickEntrance"> 分享 @@ -555,9 +555,11 @@ onMounted(() => { .download_img { width: 16px; height: 14px; + margin-right: 6px; } .click { width: 18px; + font-size: 12px; line-height: 18px; border-radius: 9px; background-color: #70b936; @@ -567,6 +569,7 @@ onMounted(() => { } .click2 { width: 18px; + font-size: 12px; line-height: 18px; border-radius: 9px; background-color: #f5f5f5; diff --git a/src/components/LeftMenuBar.vue b/src/components/LeftMenuBar.vue index bbd469b7..1bb075b4 100644 --- a/src/components/LeftMenuBar.vue +++ b/src/components/LeftMenuBar.vue @@ -1,8 +1,6 @@