From df7125e470b1512fa981c6e9dc8b5078d078c987 Mon Sep 17 00:00:00 2001 From: hzz Date: Tue, 12 Sep 2023 10:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=BA=E5=86=85=E7=8E=AF=E5=9B=BE=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=BF=AE=E6=94=B9=20=20=E5=B1=95=E4=BC=9A=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/InPlantProducts/content/bottom.vue | 6 +- .../MicroExhibition/components/DevCard.vue | 27 +- src/views/MicroExhibition/index1.vue | 294 ------------------ 3 files changed, 21 insertions(+), 306 deletions(-) delete mode 100644 src/views/MicroExhibition/index1.vue diff --git a/src/views/InPlantProducts/content/bottom.vue b/src/views/InPlantProducts/content/bottom.vue index cdf0bc6..54fa440 100644 --- a/src/views/InPlantProducts/content/bottom.vue +++ b/src/views/InPlantProducts/content/bottom.vue @@ -18,14 +18,14 @@ @@ -37,7 +37,7 @@ {{ item }}
-
{{ index == (items.length - 1)?'':item}}
+
+
{{ index == + (items.length - 1) ? '' : item }}
+
@@ -33,10 +35,10 @@ const prop = defineProps({ }, }) const status_color = { - '0':'#FF6E76', - '1':'#FDDD60', - '2':'#7CFFB2', - '3':'#FDDD60', + '0': '#FF6E76', + '1': '#FDDD60', + '2': '#7CFFB2', + '3': '#FDDD60', } @@ -55,6 +57,7 @@ const status_color = { height: 100%; box-sizing: border-box; } + .dev-right { width: 60%; } @@ -88,6 +91,12 @@ const status_color = { align-items: center; font-weight: bold; } +.dev_value { + flex: 1; + display: flex; + justify-content: center; + align-items: center; +} .key { width: 75px; @@ -101,8 +110,8 @@ const status_color = { } .status { - width:24px; - height:24px; + width: 24px; + height: 24px; border-radius: 50%; } diff --git a/src/views/MicroExhibition/index1.vue b/src/views/MicroExhibition/index1.vue deleted file mode 100644 index 17ef6c2..0000000 --- a/src/views/MicroExhibition/index1.vue +++ /dev/null @@ -1,294 +0,0 @@ - - - - -