Browse Source

爆炸三角形修改提交

lxh 3 months ago
parent
commit
a9a6c5fb6d

+ 3 - 3
src/views/vent/monitorManager/deviceMonitor/components/device/modal/blastDelta.vue

@@ -50,7 +50,7 @@ let props = defineProps({
   canvasSize: {
     type: Object,
     default: () => {
-      return { width: 309, height: 245 };
+      return { width: 348, height: 245 };
     },
   },
 });
@@ -476,11 +476,11 @@ onMounted(() => {
     position: absolute;
     left: 50%;
     top: 50%;
-    width: 80%;
+    width: 90%;
     height: 80%;
     border-left: 1px solid #006c9d;
     border-bottom: 1px solid #006c9d;
-    transform: translate(-50%, -46%);
+    transform: translate(-45%, -46%);
 
     .coord-lineY {
       position: absolute;