提交 fefc8efc 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

fix issues

......@@ -222,6 +222,7 @@ const menuFinalStyle = computed(() => {
style.maxHeight = `${Math.round(windowSize.height.value - style.top - 10)}px`;
style.maxWidth = `${Math.round(windowSize.width.value - style.left - 10)}px`;
style.minWidth = '160px';
style.left = `${Math.round(style.left)}px`;
style.top = `${Math.round(style.top)}px`;
style.overflow = "auto";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册