feat: 修改项目依赖以确保项目能启动并稍微调整了页面公共布局提高还原度

This commit is contained in:
zhangyu
2019-09-18 21:15:20 +08:00
parent 01e9be732e
commit b2c6fa2d47
7 changed files with 14 additions and 16 deletions

View File

@@ -5,17 +5,9 @@
<div>{{currUser.position}}</div>
</div>
<div slot="extra">
<a-row>
<a-col :sm="7" :xs="24">
<head-info title="项目数" content="56" :bordered="true"/>
</a-col>
<a-col :sm="9" :xs="24">
<head-info title="团队内排名" content="8/24" :bordered="true"/>
</a-col>
<a-col :sm="8" :xs="24">
<head-info title="项目访问" content="2,223"/>
</a-col>
</a-row>
</div>
<div>
<a-row style="margin: 0 -12px">
@@ -222,4 +214,7 @@ export default {
}
}
}
.head-info{
display: inline-block;
}
</style>