mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
amis-saas-7262 [Bug] 测试:【组件】图片上传开启固定尺寸上传图片后,已选择的图片不支持预览;
Change-Id: Ibfaba1e55eb699a9c3e8ae2fe82e4205e99e9551
This commit is contained in:
parent
7ade25e19f
commit
8580271f94
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user