Преглед изворни кода

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,
 };