Commit 14cddb1e by 陈玉桐

fix

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