diff --git a/src/components/service-info/app-info.vue b/src/components/service-info/app-info.vue index 36f051860db206bd86b1710ffecfdf7165ee3690..168e4e63e9be7efb02ad355be6ed852ff02a80cd 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 3e2aa58b1d50a54cd8d4e5e2e6f6559f810b686a..efc71839dd76216499eb375da58958a99c08cdc9 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; }