diff --git a/iot_two_template_V.zip b/iot_two_template_V.zip new file mode 100644 index 0000000..7d9d4c5 Binary files /dev/null and b/iot_two_template_V.zip differ diff --git a/src/views/Activities/Activities.vue b/src/views/Activities/Activities.vue index 12e7294..9a322e4 100644 --- a/src/views/Activities/Activities.vue +++ b/src/views/Activities/Activities.vue @@ -34,10 +34,10 @@ function _getActivityList(type) { diff --git a/src/views/Parking/Parking.vue b/src/views/Parking/Parking.vue index 459cd41..ee83a91 100644 --- a/src/views/Parking/Parking.vue +++ b/src/views/Parking/Parking.vue @@ -114,11 +114,11 @@ const showCarInfo = ref(false) justify-content: space-between; } .width { - position: absolute; - top: 214px; - left: 170px; - width: 468px; - height: 88px; + position: absolute !important; + top: 214px !important; + left: 170px !important; + width: 468px !important; + height: 88px !important; } .carousel { position: relative; diff --git a/src/views/Service/Service.vue b/src/views/Service/Service.vue index 9310895..506bad3 100644 --- a/src/views/Service/Service.vue +++ b/src/views/Service/Service.vue @@ -27,10 +27,10 @@ const currentComp = computed(() => dynamicComList[tabIdx.value])