|
@@ -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')
|
|
|
}
|