diff --git a/src/packages/components/Charts/MyComponents/WorkshopScene/index.vue b/src/packages/components/Charts/MyComponents/WorkshopScene/index.vue index 1ac36ec..4f9476f 100644 --- a/src/packages/components/Charts/MyComponents/WorkshopScene/index.vue +++ b/src/packages/components/Charts/MyComponents/WorkshopScene/index.vue @@ -21,13 +21,13 @@
危化品库
-
+
场景总数
262
-
+
智控场景
@@ -38,13 +38,13 @@
危废品库
-
+
智控场景
6852
-
+
场景总数
@@ -137,6 +137,7 @@ const option = computed(() => props.chartConfig.option) .scene-name-2 { margin-right: 90px; + margin-left: 25px; } .metrics-container { @@ -212,7 +213,10 @@ const option = computed(() => props.chartConfig.option) } } - .metric { + .metric-top-1, + .metric-top-2, + .metric-bottom-1, + .metric-bottom-2 { display: flex; flex-direction: column; align-items: center; @@ -236,5 +240,23 @@ const option = computed(() => props.chartConfig.option) left: 9px; // Visually center the value under the text } } + .metric-top-1 { + position: relative; + left: -85px; + } + .metric-top-2 { + position: relative; + left: -30px; + } + .metric-bottom-1 { + position: relative; + left: 15px; + } + .metric-bottom-2 { + position: relative; + left:70px; + } } + +