fix(amis-saas-8303): 调整弹性比例说么文案

Change-Id: I46e420bc1f5862d1c2da4da62c468e7c55642def
This commit is contained in:
wibetter 2022-11-26 16:41:29 +08:00
parent 2e31f802f0
commit 6c1daeb811
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "amis-editor",
"version": "5.2.1-beta.22",
"version": "5.2.1-beta.23",
"description": "amis 可视化编辑器",
"main": "lib/index.js",
"module": "esm/index.js",

View File

@ -628,7 +628,7 @@ setSchemaTpl(
config?.label ||
tipedLabel(
'弹性比例',
'定义项目的放大比例,默认为0即如果存在剩余空间,也不放大。'
'定义项目的放大比例,如果设置为0即使父容器存在剩余空间,也不放大。'
),
name: config?.name || 'style.flexGrow',
value: config?.value || 1,