amis-saas-7262 [Bug] 测试:【组件】图片上传开启固定尺寸上传图片后,已选择的图片不支持预览;

Change-Id: Ibfaba1e55eb699a9c3e8ae2fe82e4205e99e9551
This commit is contained in:
jiatianqi 2022-09-25 20:05:21 +08:00
parent 7ade25e19f
commit 8580271f94

View File

@ -207,11 +207,12 @@ export class ImageControlPlugin extends BasePlugin {
]
}),
getSchemaTpl('switch', {
name: 'fixedSize',
label: tipedLabel('固定尺寸', '开启后需同时设置CSS类'),
value: false
}),
// TODO: amis 组件问题导致上传的图片无法显示出来,暂时先下掉该配置项, 问题卡片: [amis-saas-7262]
// getSchemaTpl('switch', {
// name: 'fixedSize',
// label: tipedLabel('固定尺寸', '开启后需同时设置CSS类'),
// value: false
// }),
{
type: 'container',