From 191d031d25affbb479c53bf6f2c20af9d5262fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E6=98=95?= Date: Mon, 30 Nov 2020 10:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=97=A0=E6=95=B0=E6=8D=AE=E6=97=B6=E9=94=99=E4=BD=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/service-info/app-info.vue | 2 +- src/components/service-info/service-info.vue | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/service-info/app-info.vue b/src/components/service-info/app-info.vue index 36f0518..168e4e6 100644 --- a/src/components/service-info/app-info.vue +++ b/src/components/service-info/app-info.vue @@ -268,7 +268,7 @@ export default { } .commodity_information > .commodity_text { flex-grow: 1; - padding: 13px 18px; + padding: 8px 18px; background-color: #f9fafc; border-radius: 5px; } diff --git a/src/components/service-info/service-info.vue b/src/components/service-info/service-info.vue index 3e2aa58..efc7183 100644 --- a/src/components/service-info/service-info.vue +++ b/src/components/service-info/service-info.vue @@ -361,6 +361,13 @@ export default { height: 100%; border-radius: 6px; } +.main_container-left > .workflows-view { + position: absolute; + right: 3px; + bottom: 3px; + width: calc(100% - 6px); + height: calc(100% - 6px); +} .main_container-left > .map_view { position: absolute; right: 3px; @@ -446,7 +453,7 @@ export default { } .commodity_information > .commodity_text { flex-grow: 1; - padding: 13px 18px; + padding: 8px 18px; background-color: #f9fafc; border-radius: 5px; } -- 2.26.0