src/components/list/StandardList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/list/StandardList.vue
@@ -3,10 +3,10 @@ <a-card :bordered="false"> <a-row> <a-col :sm="8" :xs="24"> <head-info title="我的待办" content="8个任务" bordered/> <head-info title="我的待办" content="8个任务" :bordered="true"/> </a-col> <a-col :sm="8" :xs="24"> <head-info title="本周任务平均处理时间" content="32分钟" bordered/> <head-info title="本周任务平均处理时间" content="32分钟" :bordered="true"/> </a-col> <a-col :sm="8" :xs="24"> <head-info title="本周完成任务数" content="24个"/>