reedliuqing_i 5 лет назад
Родитель
Сommit
93c6641fdd
1 измененных файлов с 1 добавлено и 1 удалено
  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'
     }
   },