reedliuqing_i 5 years ago
parent
commit
93c6641fdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectManage/bugList/details/index.vue

+ 1 - 1
src/views/projectManage/bugList/details/index.vue

@@ -675,7 +675,7 @@ export default {
   created() {
     if (this.type !== 'page') {
       var height = window.innerHeight > document.body.clientHeight ? window.innerHeight : document.body.clientHeight
-      height -= 50
+      height -= 130
       this.height = height + 'px'
     }
   },