chore(core): 调整添加menu时的对应参数设置

This commit is contained in:
王立帮
2025-05-18 00:11:11 +08:00
parent fb687bed1f
commit ac6af68999
10 changed files with 68 additions and 62 deletions

View File

@@ -1,6 +1,7 @@
goog.loadJs('common', () => {
goog.require('path');
goog.require('tippy');
goog.require('Blockly');
goog.require('layui');
goog.require('$.select2');
@@ -148,7 +149,7 @@ class FooterLayerBoardConfig extends FooterLayer {
allowHTML: true,
interactive: true,
placement: 'left',
offset: [ 0, 16 ]
offset: [0, 16]
});
}