mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 20:00:19 +08:00
TableAction确认框增加placement属性 (#1335)
* chore: table size放到settings * chore(TableAction): 操作确认框增加placement属性支持
This commit is contained in:
parent
9999650a9a
commit
c8dd3b6c14
@ -23,4 +23,17 @@ export interface PopConfirm {
|
|||||||
confirm: Fn;
|
confirm: Fn;
|
||||||
cancel?: Fn;
|
cancel?: Fn;
|
||||||
icon?: string;
|
icon?: string;
|
||||||
|
placement?:
|
||||||
|
| 'top'
|
||||||
|
| 'left'
|
||||||
|
| 'right'
|
||||||
|
| 'bottom'
|
||||||
|
| 'topLeft'
|
||||||
|
| 'topRight'
|
||||||
|
| 'leftTop'
|
||||||
|
| 'leftBottom'
|
||||||
|
| 'rightTop'
|
||||||
|
| 'rightBottom'
|
||||||
|
| 'bottomLeft'
|
||||||
|
| 'bottomRight';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user