Parcourir la source

[Style 0000] 预警模块-测点组件样式更新

houzekong il y a 2 mois
Parent
commit
2aaf0158dd

+ 2 - 1
src/views/vent/monitorManager/alarmMonitor/common/measurePoint.vue

@@ -41,7 +41,7 @@
         <div class="text-center">
           {{ item.label }}
         </div>
-        <PredictionCurve style="height: 300px; width: 480px; margin: 15px" :chart="item" :timeout="timeout" />
+        <PredictionCurve style="height: 300px; width: 474px; margin: 15px" :chart="item" :timeout="timeout" />
       </div>
     </div>
   </div>
@@ -259,6 +259,7 @@
         // border: 1px solid var(--vent-base-border);
         box-shadow: inset 0px 0px 10px 1px var(--vent-modal-box-shadow);
         padding: 10px 0;
+        margin: 0 5px 5px 5px;
       }
     }
   }