LAPTOP-U5GOA5HA\zz před 1 rokem
rodič
revize
c0c282c30a

+ 1 - 1
app/src/views/Home/components/AutonomousManagement/Overhaul3D.vue

@@ -402,7 +402,7 @@ function getPie3D(pieData, internalDiameterRatio) {
 .container .legend {
 .container .legend {
   position: absolute;
   position: absolute;
   right: 10px;
   right: 10px;
-  top: 130px;
+  top: 80px;
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
   gap: 10px;
   gap: 10px;

+ 0 - 1
app/src/views/Home/components/BasicInfoModalContent.vue

@@ -61,7 +61,6 @@ export default {
           this.value = null;
           this.value = null;
         }
         }
         this.params = params;
         this.params = params;
-        console.log('=====区县',this.params );
         this.funUnitList();
         this.funUnitList();
         this.handUnitList();
         this.handUnitList();
       },
       },

+ 2 - 2
app/src/views/Home/components/HiddenDangerDetection/HiddenDangerType.vue

@@ -7,7 +7,7 @@
     <div style="cursor: pointer">
     <div style="cursor: pointer">
       <div ref="chart" class="item" style="width: 240px; height: 211px" />
       <div ref="chart" class="item" style="width: 240px; height: 211px" />
       <ul style="display: flex; flex-wrap: wrap;   margin: auto; margin-bottom: 30px; font-size: 13px;">
       <ul style="display: flex; flex-wrap: wrap;   margin: auto; margin-bottom: 30px; font-size: 13px;">
-        <li @click="showModlus('消防设施')" style="margin-bottom: 5px; margin-right: 5px;">
+        <li @click="showModlus('消防设施')" style="margin-bottom: 5px; margin-right: 5px; width: 110px;">
           <span
           <span
             style="
             style="
               display: inline-block;
               display: inline-block;
@@ -35,7 +35,7 @@
             <span style="color: rgb(68, 241, 255);">{{ yhType[1]?.value }}</span>
             <span style="color: rgb(68, 241, 255);">{{ yhType[1]?.value }}</span>
           </span>
           </span>
         </li>
         </li>
-        <li @click="showModlus('用电用气')" style="margin-right: 5px;" >
+        <li @click="showModlus('用电用气')" style="margin-right: 5px; width: 110px;" >
           <span
           <span
             style="
             style="
               display: inline-block;
               display: inline-block;