Skip to content

Commit 60231e6

Browse files
committed
fix: config width fixed
1 parent d5080b4 commit 60231e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ ui.layout(
4747
<text textSize='16sp'>自定义</text>
4848
<horizontal>
4949
<text>保存的配置</text>
50-
<spinner id="configs" spinnerMode="dialog" entries=""></spinner>
51-
<button id="loadConfig">加载</button>
52-
<button id="deleteConfig">删除</button>
50+
<spinner id="configs" w="150" spinnerMode="dialog" entries=""></spinner>
51+
<button id="loadConfig" w="60">加载</button>
52+
<button id="deleteConfig" w="60">删除</button>
5353
</horizontal>
5454
<button id="clear">清空输入框</button>
5555
<input id="custom" inputType="textMultiLine"/>

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
},
3737
"scripts": {},
3838
"versionCode": 1,
39-
"versionName": "0.0.6"
39+
"versionName": "0.0.7"
4040
}

0 commit comments

Comments
 (0)