فهرست منبع

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

wangcong 2 ماه پیش
والد
کامیت
70464b73d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,
 };