zhangyuhan 3 жил өмнө
parent
commit
c510c8ee7f

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

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