From 7107b5a0dbc9d06ef57a6f40927f10e90b2fbf8a Mon Sep 17 00:00:00 2001 From: newPeter7 Date: Fri, 2 Jun 2023 14:34:36 +0800 Subject: [PATCH] peter --- src/components/360View/dataInfo.vue | 27 +++--------------------- src/components/360View/index.vue | 7 ++++-- src/components/360View/special/index.vue | 10 ++++++++- 3 files changed, 17 insertions(+), 27 deletions(-) diff --git a/src/components/360View/dataInfo.vue b/src/components/360View/dataInfo.vue index 8feb248..0445e02 100644 --- a/src/components/360View/dataInfo.vue +++ b/src/components/360View/dataInfo.vue @@ -37,23 +37,12 @@
-
+
@@ -516,6 +516,7 @@ export default { .contentBox{ display: flex; + width: 100%; height: calc(100% - 100px); } .mr16{ @@ -626,7 +627,9 @@ export default { background-color: white; } .rightBox{ - width: 100%; + //width: 100%; + flex: 1; + width:0; height: 100%; background-color: #F0F2F5; } diff --git a/src/components/360View/special/index.vue b/src/components/360View/special/index.vue index eecf766..265c46e 100644 --- a/src/components/360View/special/index.vue +++ b/src/components/360View/special/index.vue @@ -47,6 +47,7 @@
@@ -223,6 +230,7 @@ export default { item.id = item.name item.odValue = item.od item.osValue = item.os + item.ouValue = item.ou }) eventBus.$emit('sendForData', data) }