Преглед на файлове

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