fix(playgroundimage): allow to input size
This commit is contained in:
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user