Răsfoiți Sursa

refactor: 输入框组件调整默认大小:450*60

wu.jian2 1 an în urmă
părinte
comite
c1efb17bbe
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      data-room-ui/packages/js/utils/getComponentConfig.js

+ 2 - 2
data-room-ui/packages/js/utils/getComponentConfig.js

@@ -182,8 +182,8 @@ export default function getComponentConfig (type) {
         title: '输入框',
         icon: Icon.getNameList()[13],
         className: 'com.gccloud.dataroom.core.module.chart.components.ScreenInputChart',
-        w: 180,
-        h: 40,
+        w: 450,
+        h: 60,
         x: 0,
         y: 0,
         type