sunzehao 1 тиждень тому
батько
коміт
ed6283f732

+ 3 - 2
src/views/Home/components/map.vue

@@ -791,7 +791,8 @@
       >
         <template #title>
           <div class="dialog-title">
-            <div class="title">{{ showName }}</div>
+            <!-- <div class="title">{{ showName }}</div> -->
+            <div class="title">发电量详情</div>
           </div>
         </template>
         <div class="dialog-body" style="height: 500px">
@@ -2219,7 +2220,7 @@ export default {
         wpId,
         timetype,
       }).then(({ data }) => {
-        this.dialogElectric = true;
+        // this.dialogElectric = true;
         let sjdlList = data.map((item) => {
           if (timetype == "month") {
             return {

+ 1 - 0
src/views/IntegratedAlarm/index.vue

@@ -1213,6 +1213,7 @@
     .modal {
         .dialogTitle {
             position: relative;
+            text-align: center;
         }
 
         .jumpBtn {