Commit 0257f324 authored by 高宇's avatar 高宇

pc端修改

parent 82ee147b
......@@ -52,7 +52,9 @@
:limit="1"
list-type="picture"
>
<img v-if="imgUrl" :src="imgUrl" class="avatar">
<div class="upload-style" v-if="imgUrl">
<img :src="imgUrl" class="avatar">
</div>
<!-- <el-button size="small" type="primary">点击上传</el-button>-->
<div v-if="!imgUrl" class="upload-trademark">
<i class="el-icon-plus" style="width: 20px;height: 20px;margin-top: 10px;" />
......@@ -72,7 +74,9 @@
list-type="picture"
:limit="1"
>
<img v-if="imgageUrl" :src="imgageUrl" class="avatar">
<div class="updataStyle">
<img v-if="imgageUrl" :src="imgageUrl" class="avatar">
</div>
<!-- <el-button size="small" type="primary">点击上传</el-button>-->
<div v-if="!imgageUrl" class="upload-trademark">
<i class="el-icon-plus" style="width: 20px;height: 20px;margin-top: 10px;" />
......@@ -307,6 +311,9 @@ export default {
height: 100px;
}
.businessadd {
.upload-img{
position: relative;
}
padding: 20px;
//display: flex;
//justify-content: center;
......
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