Browse Source

fix: 调整高度

zhangyuhan 3 years ago
parent
commit
c510c8ee7f
1 changed files with 1 additions and 1 deletions
  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')
         }