fix: 列表选择器弹窗样式修复 (#6736)

Co-authored-by: hongyang03 <hongyang03@baidu.com>
This commit is contained in:
HongYang 2023-04-26 15:17:28 +08:00 committed by GitHub
parent 69872b635b
commit dd8c1502b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@ export class PickerControlPlugin extends BasePlugin {
label: '选项B', label: '选项B',
value: 'B' value: 'B'
} }
] ],
modalClassName: 'app-popover'
}; };
previewSchema: any = { previewSchema: any = {
type: 'form', type: 'form',