fix(playgroundimage): allow to input size

This commit is contained in:
jialin
2026-06-18 16:03:35 +08:00
committed by jialin
parent ab3739219e
commit 84304eadb7
+2 -2
View File
@@ -392,7 +392,7 @@ export const CustomSizeConfig: ParamsSchema[] = [
max: 1024, max: 1024,
step: 64, step: 64,
labelWidth: 314, labelWidth: 314,
inputnumber: false inputnumber: true
}, },
rules: [ rules: [
{ {
@@ -413,7 +413,7 @@ export const CustomSizeConfig: ParamsSchema[] = [
max: 1024, max: 1024,
step: 64, step: 64,
labelWidth: 314, labelWidth: 314,
inputnumber: false inputnumber: true
}, },
rules: [ rules: [
{ {