소스 검색

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