瀏覽代碼

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

wu.jian2 1 年之前
父節點
當前提交
c1efb17bbe
共有 1 個文件被更改,包括 2 次插入2 次删除
  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