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 () {