浏览代码

前端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,
         amount: this.typeAllnum,
       })
       })
       this.$nextTick(function () {
       this.$nextTick(function () {
-        this.$refs.taskListBoxshow.style.height = `calc(100vh - ${this.$refs.taskTypeShow.offsetHeight}px)`
+        this.$refs.taskListBoxshow.style.height = `calc(100vh - 200px)`
       })
       })
     },
     },
     noticeListFun () {
     noticeListFun () {