Commit 5a219d90 authored by 康振飞's avatar 康振飞

个人中心页面优化

parent a5117618
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</p> </p>
</div> </div>
</Card> </Card>
<Card :style="{width:cardWidth}" style="float:left;margin-left:20px;"> <Card class="user_info_right">
<Tabs :animated="false"> <Tabs :animated="false">
<TabPane label="基本信息"> <TabPane label="基本信息">
<div class="tabContent"> <div class="tabContent">
...@@ -298,4 +298,9 @@ export default { ...@@ -298,4 +298,9 @@ export default {
.ivu-form-itemNo { .ivu-form-itemNo {
margin-bottom: 4px; margin-bottom: 4px;
} }
.user_info_right{
float:left;
margin-left:20px;
width: calc(78% - 20px);
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment