mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 17:31:18 +08:00
amis-saas-7262 [Bug] 图片问题修复
Change-Id: Ifef5c310c365bd2a21b917acebed69a55326a721
This commit is contained in:
parent
8580271f94
commit
b790aad48d
@ -207,12 +207,14 @@ export class ImageControlPlugin extends BasePlugin {
|
||||
]
|
||||
}),
|
||||
|
||||
// TODO: amis 组件问题导致上传的图片无法显示出来,暂时先下掉该配置项, 问题卡片: [amis-saas-7262]
|
||||
// getSchemaTpl('switch', {
|
||||
// name: 'fixedSize',
|
||||
// label: tipedLabel('固定尺寸', '开启后需同时设置CSS类'),
|
||||
// value: false
|
||||
// }),
|
||||
getSchemaTpl('switch', {
|
||||
name: 'fixedSize',
|
||||
label: tipedLabel(
|
||||
'固定尺寸',
|
||||
'开启后需通过CSS类设置其高度、宽度'
|
||||
),
|
||||
value: false
|
||||
}),
|
||||
|
||||
{
|
||||
type: 'container',
|
||||
@ -221,6 +223,7 @@ export class ImageControlPlugin extends BasePlugin {
|
||||
body: [
|
||||
{
|
||||
type: 'input-text',
|
||||
required: true,
|
||||
name: 'fixedSizeClassName',
|
||||
label: tipedLabel(
|
||||
'CSS类名',
|
||||
|
Loading…
Reference in New Issue
Block a user