Browse Source

perf(views): 优化“监测点”控件初始宽度

wangcong 2 tháng trước cách đây
mục cha
commit
70464b73d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/EnvArea/pens/monitorPoint.ts

+ 1 - 1
src/views/EnvArea/pens/monitorPoint.ts

@@ -65,5 +65,5 @@ export function monitorPoint(
 export const monitorPointData = {
   name: "monitorPoint",
   width: 214,
-  height: 140,
+  height: 56,
 };