소스 검색

前端gjy

gjy 3 년 전
부모
커밋
a6c2c7b0e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/newTask/listPage.vue

+ 1 - 1
src/views/newTask/listPage.vue

@@ -263,7 +263,7 @@ export default {
         amount: this.typeAllnum,
       })
       this.$nextTick(function () {
-        this.$refs.taskListBoxshow.style.height = `calc(100vh - ${this.$refs.taskTypeShow.offsetHeight}px)`
+        this.$refs.taskListBoxshow.style.height = `calc(100vh - 200px)`
       })
     },
     noticeListFun () {