修复HeadInfo bug

master
iczer 6 years ago
parent b8db6b49b4
commit 2381c9af25
  1. 4
      src/components/list/StandardList.vue

@ -3,10 +3,10 @@
<a-card :bordered="false"> <a-card :bordered="false">
<a-row> <a-row>
<a-col :sm="8" :xs="24"> <a-col :sm="8" :xs="24">
<head-info title="我的待办" content="8个任务" bordered/> <head-info title="我的待办" content="8个任务" :bordered="true"/>
</a-col> </a-col>
<a-col :sm="8" :xs="24"> <a-col :sm="8" :xs="24">
<head-info title="本周任务平均处理时间" content="32分钟" bordered/> <head-info title="本周任务平均处理时间" content="32分钟" :bordered="true"/>
</a-col> </a-col>
<a-col :sm="8" :xs="24"> <a-col :sm="8" :xs="24">
<head-info title="本周完成任务数" content="24个"/> <head-info title="本周完成任务数" content="24个"/>

Loading…
Cancel
Save