From 9253a1b75603488a1a50b4198170e20051ea5ae2 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期日, 25 八月 2024 20:18:15 +0800 Subject: [PATCH] 调整 --- module/tool/page/popup_iconfont.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/module/tool/page/popup_iconfont.html b/module/tool/page/popup_iconfont.html index 82dbee4..c5a4e83 100644 --- a/module/tool/page/popup_iconfont.html +++ b/module/tool/page/popup_iconfont.html @@ -38,7 +38,7 @@ this.$nextTick(function(){ //let w_ = this.$refs.popup_body.offsetWidth + "px"; let w_ = "900px"; - let h_ = this.$refs.popup_body.offsetHeight + "px"; + let h_ = (this.$refs.popup_body.offsetHeight + 10) + "px"; Root.setPopupWH(w_, h_); }) }); -- Gitblit v1.8.0