Commit a727569e authored by zhengke's avatar zhengke

修改

parent 79778a54
......@@ -11,6 +11,22 @@
<el-form-item label="昵称:">{{detailData.Name}}</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<el-form-item label="照片墙">
<div class="nav_Main" style="width: 500px;">
<div class="nav_IconContent">
<div v-for="(item, index) in detailData.AlbumList" :key="index"
style="margin-right: 20px; position: relative; ">
<div class="colapp-image" :style="{
backgroundImage: 'url(' + item + ')'
}"></div>
</div>
</div>
</div>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<el-form-item label="微信号:">{{detailData.WechatNo}}</el-form-item>
......@@ -199,4 +215,24 @@
margin-left: 0;
}
.seeDetail .nav_Main {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.seeDetail .nav_IconContent {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.seeDetail .colapp-image {
background-size: cover;
background-position: center center;
width: 100px;
height: 100px;
border-radius: 0%;
border:1px solid #e2e2e2;
}
</style>
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