reedliuqing_i 5 жил өмнө
parent
commit
93c6641fdd

+ 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'
     }
   },