Explorar el Código

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

wangcong hace 2 meses
padre
commit
70464b73d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
 };