amis-saas-9107 [Improvement.] 测试:【组件优化第六批】图片展示image组件下的图片标题建议放在缩略图上方(可优化)

Change-Id: I885b615c6f72ebc62ab6eb196d52ea8d6f59698d
This commit is contained in:
jinye 2023-01-03 20:41:32 +08:00
parent a75c3d1585
commit 892e18859c

View File

@ -42,6 +42,16 @@ export class ImagePlugin extends BasePlugin {
{
title: '基本',
body: [
{
name: 'title',
type: 'input-text',
label: '图片标题'
},
{
name: 'imageCaption',
type: 'input-text',
label: '图片描述'
},
{
name: 'imageMode',
label: '展示模式',
@ -58,17 +68,6 @@ export class ImagePlugin extends BasePlugin {
}
]
},
{
name: 'title',
type: 'input-text',
label: '图片标题'
},
{
name: 'imageCaption',
type: 'input-text',
label: '图片描述'
},
{
name: 'width',
label: '宽度',