mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
fix: 弹窗外观文字去掉vertical (#8335)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
This commit is contained in:
parent
bec87397bc
commit
68074a3a12
@ -406,7 +406,8 @@ export class DialogPlugin extends BasePlugin {
|
||||
body: [
|
||||
getSchemaTpl('theme:font', {
|
||||
label: '文字',
|
||||
name: 'themeCss.dialogTitleClassName.font'
|
||||
name: 'themeCss.dialogTitleClassName.font',
|
||||
hasVertical: false
|
||||
}),
|
||||
getSchemaTpl('theme:paddingAndMargin', {
|
||||
name: 'themeCss.dialogHeaderClassName.padding-and-margin',
|
||||
|
@ -261,8 +261,7 @@ export class TplPlugin extends BasePlugin {
|
||||
baseExtra: [
|
||||
getSchemaTpl('theme:font', {
|
||||
label: '文字',
|
||||
name: 'themeCss.baseControlClassName.font',
|
||||
hasVertical: false
|
||||
name: 'themeCss.baseControlClassName.font'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user