Prechádzať zdrojové kódy

土地整治试点目标bug修改

lkk 5 mesiacov pred
rodič
commit
3d99f458de

+ 8 - 11
src/views/LandConsolidation/components/organize.vue

@@ -48,7 +48,10 @@
         <div class="block-title">拆旧复垦</div>
       </div>
       <div class="cjfkList itemCon">
-        <span v-for="(item, i) in cjfkList" :key="i"
+        <span
+          v-for="(item, i) in cjfkList"
+          :key="i"
+          style="max-width: 50%; min-width: 40%"
           ><span class="font_color">{{ item.name }}</span
           ><span style="padding: 0 3px; color: #ec808d; font-size: 14px">{{
             jxyddata[item.prop]
@@ -143,7 +146,7 @@ export default {
   props: {},
   data() {
     return {
-      // loading: false, 
+      // loading: false,
       tab: 0,
       imgs: {
         loc: require("../../../../static/images/overview/icon_yrkkg.png"),
@@ -255,7 +258,6 @@ export default {
       });
     },
     initEcharts(payload) {
-      console.log(payload);
       this.myChart = echarts.init(this.$refs.second_pie);
       // const payload = {
       //   id: "left-center-1",
@@ -373,11 +375,7 @@ export default {
       this.myChart.setOption(option);
     },
   },
-  watch: {
-    region(newValue) {
-      console.log(newValue, "---");
-    },
-  },
+  watch: {},
 };
 </script>
   
@@ -458,7 +456,7 @@ export default {
     background: rgba(100, 218, 255, 0.1);
     display: flex;
     justify-content: space-between;
-
+    margin-top: 10px;
     .jsitem {
       width: 40%;
       text-align: center;
@@ -488,14 +486,13 @@ export default {
       color: #64daff;
       font-size: 13px;
     }
-
     .font_color {
       // width: 100px;
       color: white;
     }
   }
   .divrow {
-    height: 50px;
+    height: 85px;
     // background-color: #0f7bc875;
     display: flex;
     justify-content: space-between;

+ 1 - 2
src/views/LandConsolidation/index.vue

@@ -296,8 +296,7 @@ export default {
   }
 }
 .newContainer {
-  height: 758px !important;
-  top: 70px !important;
+  top: 40px !important;
 }
 .el-select-dropdown {
   background-color: rgba(4, 28, 50, 1) !important;