Skip to content

Commit 262176c

Browse files
committed
更新手写板配置
1 parent 056be17 commit 262176c

File tree

2 files changed

+83
-2
lines changed

2 files changed

+83
-2
lines changed

designer-demo/public/mock/bundle.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,6 +4171,47 @@
41714171
},
41724172
"labelPosition": "left"
41734173
},
4174+
{
4175+
"property": "size",
4176+
"type": "select",
4177+
"label": {
4178+
"text": {
4179+
"zh_CN": "按钮大小"
4180+
}
4181+
},
4182+
"cols": 12,
4183+
"rules": [],
4184+
"hidden": false,
4185+
"required": true,
4186+
"readOnly": false,
4187+
"disabled": false,
4188+
"widget": {
4189+
"component": "MetaSelect",
4190+
"props": {
4191+
"options": [
4192+
{
4193+
"label": "large",
4194+
"value": "large"
4195+
},
4196+
{
4197+
"label": "medium",
4198+
"value": "medium"
4199+
},
4200+
{
4201+
"label": "small",
4202+
"value": "small"
4203+
},
4204+
{
4205+
"label": "mini",
4206+
"value": "mini"
4207+
}
4208+
]
4209+
}
4210+
},
4211+
"description": {
4212+
"zh_CN": ""
4213+
}
4214+
},
41744215
{
41754216
"property": "showUnderline",
41764217
"label": {

materials/components/SignaturePad.json

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@
156156
"description": {
157157
"zh_CN": "画笔颜色"
158158
}
159-
},
160-
159+
},
161160
{
162161
"property": "showToolbar",
163162
"label": {
@@ -178,6 +177,47 @@
178177
},
179178
"labelPosition": "left"
180179
},
180+
{
181+
"property": "size",
182+
"type": "select",
183+
"label": {
184+
"text": {
185+
"zh_CN": "按钮大小"
186+
}
187+
},
188+
"cols": 12,
189+
"rules": [],
190+
"hidden": false,
191+
"required": true,
192+
"readOnly": false,
193+
"disabled": false,
194+
"widget": {
195+
"component": "MetaSelect",
196+
"props": {
197+
"options": [
198+
{
199+
"label": "large",
200+
"value": "large"
201+
},
202+
{
203+
"label": "medium",
204+
"value": "medium"
205+
},
206+
{
207+
"label": "small",
208+
"value": "small"
209+
},
210+
{
211+
"label": "mini",
212+
"value": "mini"
213+
}
214+
]
215+
}
216+
},
217+
"description": {
218+
"zh_CN": ""
219+
}
220+
},
181221
{
182222
"property": "showUnderline",
183223
"label": {

0 commit comments

Comments
 (0)