zhaowei
2 天以前 98672e42b9ddad9046a1d2b25c3fedbe1d8be662
src/views/dashboard/modules/TodoList.vue
ÎļþÃû´Ó src/views/dashboard/TodoList.vue ÐÞ¸Ä
@@ -189,13 +189,6 @@
      GuideCardBatchHandle,
      AssignEquipmentFileStreamHandle
    },
    props: {
      // æ·»åŠ é»˜è®¤åˆ†ç±»å±žæ€§
      defaultCategories: {
        type: Array,
        default: () => []
      }
    },
    data() {
      return {
        todoList: [],
@@ -564,8 +557,13 @@
<style scoped lang="less">
  .list-container {
    height: 100%;
    /deep/ .ant-spin-nested-loading, /deep/ .ant-spin-container {
    /deep/ .ant-spin-nested-loading, /deep/ .ant-spin-container, /deep/ .ant-spin-spinning {
      height: 100%;
      max-height: 100%;
    }
    /deep/ .ant-list-item-meta-description {
      width: 98%;
    }
  }
</style>