ÎļþÃû´Ó src/views/dashboard/TodoList.vue ÐÞ¸Ä |
| | |
| | | GuideCardBatchHandle, |
| | | AssignEquipmentFileStreamHandle |
| | | }, |
| | | props: { |
| | | // æ·»å é»è®¤åç±»å±æ§ |
| | | defaultCategories: { |
| | | type: Array, |
| | | default: () => [] |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | todoList: [], |
| | |
| | | <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> |