fix: 弹窗外观文字去掉vertical (#8335)

Co-authored-by: hongyang03 <hongyang03@baidu.com>
This commit is contained in:
HongYang 2023-10-10 14:40:36 +08:00 committed by GitHub
parent bec87397bc
commit 68074a3a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -261,8 +261,7 @@ export class TplPlugin extends BasePlugin {
baseExtra: [
getSchemaTpl('theme:font', {
label: '文字',
name: 'themeCss.baseControlClassName.font',
hasVertical: false
name: 'themeCss.baseControlClassName.font'
})
]
})