namin hace 3 años
padre
commit
9286be219b

+ 4 - 2
src/views/power_supply/dataBoard/centerLeft1.vue

@@ -53,10 +53,12 @@ export default {
 </script>
 <style lang='scss' scoped>
 .main{
+  width: 580px;
   padding:6px;
   // border:3px solid #96c2f1;
-  height:180px;
-  margin-top:60px;
+  height:220px;
+  margin: 30px auto;
+  // margin-top:60px;
   padding-left: 40px;;
   background: url(../../../assets/img/tunneling/dataBg.png) no-repeat;
   background-size: 100%;

+ 7 - 2
src/views/power_supply/dataBoard/centerRight1.vue

@@ -23,6 +23,10 @@ export default {
           name: "1#瓦斯泵本机",
           problem: "关闭",
         },
+         {
+          name: "1#瓦斯泵本机",
+          problem: "关闭",
+        },
       ],
     };
   },
@@ -34,8 +38,9 @@ export default {
 }
 .main {
   padding: 6px;
-  height: 180px;
-  margin-top: 60px;
+  width: 580px;;
+  height: 220px;
+  margin: 20px auto;
   padding-left: 40px;
   background: url(../../../assets/img/tunneling/dataBg.png) no-repeat;
   background-size: 100%;