mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
amis-saas-9107 [Improvement.] 测试:【组件优化第六批】图片展示image组件下的图片标题建议放在缩略图上方(可优化)
Change-Id: I885b615c6f72ebc62ab6eb196d52ea8d6f59698d
This commit is contained in:
parent
a75c3d1585
commit
892e18859c
@ -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: '宽度',
|
||||
|
Loading…
Reference in New Issue
Block a user