Kaynağa Gözat

灾害预警基金系统火灾及粉尘界面bug修改-提交

lxh 1 yıl önce
ebeveyn
işleme
f9fc80ab6d

+ 1 - 1
src/views/vent/fire/fireHome/index.vue

@@ -326,7 +326,7 @@ async function getFireAreaInfoListDs() {
     dsCode.value = dsCode.value ? dsCode.value : selectListDs[0].value;
     let dataName = dataDs.filter((v) => v.areaName == dsCode.value)[0];
     outFireData.push(
-      { title: '光预警', val: dataName.infoTypeTwo.maxTemperature, dw: '℃', label: '最高温度' },
+      { title: '光预警', val: dataName.infoTypeTwo.maxTemperature, dw: '℃', label: '最高温度' },
       {
         title: '一氧化碳预警',
         val: dataName.infoTypeTwo.returnAirCornerCO,

+ 8 - 2
src/views/vent/fire/fireZhud/index.vue

@@ -106,16 +106,22 @@ onUnmounted(() => {
 
       &:nth-child(1) {
         position: absolute;
-        top: 0;
+        top: 110px;
         right: 280px;
       }
 
       &:nth-child(2) {
         position: absolute;
-        top: 35px;
+        top: 50px;
         right: 530px;
       }
 
+      &:nth-child(3) {
+        position: absolute;
+        top: 0;
+        left: 550px;
+      }
+
       .card-item {
         display: flex;
         box-sizing: border-box;

+ 3 - 3
src/views/vent/fire/wokeFace/index.vue

@@ -106,9 +106,9 @@ const treeData = reactive<any[]>([])
 
 let gridV = reactive({
   top: '15%',
-  left: '3%',
-  right: '3%',
-  bottom: '10%',
+  left: '4%',
+  right: '4%',
+  bottom: '12%',
 })
 
 let echartData = reactive({