|
|
@ -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个"/> |
|
|
|