mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 07:20:38 +00:00
10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
export default {
|
|
offset: [30, 30],
|
|
maxCount: 0,
|
|
size: 'large',
|
|
placement: 'tr',
|
|
duration: 4500,
|
|
getContainer: function getContainer() {
|
|
return document.body;
|
|
}
|
|
}; |