gjy 3 år sedan
förälder
incheckning
a6c2c7b0e9
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 () {