mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
fix: 列表选择器弹窗样式修复 (#6736)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
This commit is contained in:
parent
69872b635b
commit
dd8c1502b7
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user