-
{{ 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 @@
-