浏览代码

fix: 调整高度

zhangyuhan 3 年之前
父节点
当前提交
c510c8ee7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js

+ 1 - 1
src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js

@@ -335,7 +335,7 @@ var vm = new Vue({
     changeTop: function () {
       this.$nextTick(function () {
         var dialogDom = $('#collectUserInfoDialog .dialog-container')
-        var diffHeight = window.innerHeight - dialogDom.height() - 200
+        var diffHeight = window.innerHeight - dialogDom.height() - 240
         if (diffHeight < 0) {
           dialogDom.css('margin-top', diffHeight.toString() + 'px')
         }