mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-16 01:40:53 +08:00
amis-saas-6405 把固定尺寸移到外观里面
Change-Id: I8e56976e51bd4d673da7989c48dd74708c551b86
This commit is contained in:
parent
e36441f9a3
commit
d67055e60f
@ -207,28 +207,6 @@ export class ImageControlPlugin extends BasePlugin {
|
|||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
|
||||||
getSchemaTpl('switch', {
|
|
||||||
name: 'fixedSize',
|
|
||||||
label: tipedLabel('固定尺寸', '开启后需同时设置CSS类'),
|
|
||||||
value: false
|
|
||||||
}),
|
|
||||||
|
|
||||||
{
|
|
||||||
type: 'container',
|
|
||||||
className: 'ae-ExtendMore mb-3',
|
|
||||||
visibleOn: 'data.fixedSize',
|
|
||||||
body: [
|
|
||||||
{
|
|
||||||
type: 'input-text',
|
|
||||||
name: 'fixedSizeClassName',
|
|
||||||
label: tipedLabel(
|
|
||||||
'CSS类名',
|
|
||||||
'开启固定尺寸时,根据此值控制展示尺寸'
|
|
||||||
)
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
getSchemaTpl('switch', {
|
getSchemaTpl('switch', {
|
||||||
name: 'hideUploadButton',
|
name: 'hideUploadButton',
|
||||||
label: '隐藏上传按钮',
|
label: '隐藏上传按钮',
|
||||||
@ -406,6 +384,31 @@ export class ImageControlPlugin extends BasePlugin {
|
|||||||
title: '外观',
|
title: '外观',
|
||||||
body: getSchemaTpl('collapseGroup', [
|
body: getSchemaTpl('collapseGroup', [
|
||||||
getSchemaTpl('style:formItem', {renderer: context.info.renderer}),
|
getSchemaTpl('style:formItem', {renderer: context.info.renderer}),
|
||||||
|
{
|
||||||
|
title: '尺寸',
|
||||||
|
body: [
|
||||||
|
getSchemaTpl('switch', {
|
||||||
|
name: 'fixedSize',
|
||||||
|
label: tipedLabel('固定尺寸', '开启后需同时设置CSS类'),
|
||||||
|
value: false
|
||||||
|
}),
|
||||||
|
{
|
||||||
|
type: 'container',
|
||||||
|
className: 'ae-ExtendMore mb-3',
|
||||||
|
visibleOn: 'data.fixedSize',
|
||||||
|
body: [
|
||||||
|
{
|
||||||
|
type: 'input-text',
|
||||||
|
name: 'fixedSizeClassName',
|
||||||
|
label: tipedLabel(
|
||||||
|
'CSS类名',
|
||||||
|
'开启固定尺寸时,根据此值控制展示尺寸'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
getSchemaTpl('style:classNames', {
|
getSchemaTpl('style:classNames', {
|
||||||
schema: []
|
schema: []
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user