feat: 修改项目依赖以确保项目能启动并稍微调整了页面公共布局提高还原度
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user