Commit 14cddb1e by 陈玉桐

fix

parent f4688482
......@@ -78,8 +78,7 @@
<p>{{posterText1}}</p>
</div>
<div id="posterOutAddpicBox">
<!-- <img :src="uploadPic"> -->
<img src="../assets/qrcode.png">
<img :src="uploadPic">
</div>
<div id="posterOutBom">
<div id="posterOutTime">
......@@ -694,15 +693,14 @@ export default {
display: block;
}
#posterOutAddpicBox{
width: 225px;
height: 225px;
width: 200px;
height: 200px;
position: absolute;
top: 80px;
left: 30px;
img{
width: 100%;
height: 100%;
background: #fff;
}
}
#posterOutText{
......
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