Browse Source

前端gjy

gjy 3 năm trước cách đây
mục cha
commit
a6c2c7b0e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 () {