Commit 4e6e35d9 by 李嘉林

二维码

parent e3979ba2
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<canvas <canvas
class="canvas-code" class="canvas-code"
canvas-id="myQrcode" canvas-id="myQrcode"
style="background: #fff; width: 154px; height: 154px" :style="{background: '#fff', width: '308rpx', height: '308rpx',}"
/> />
</div> </div>
<div class="time" v-if="updateTime">{{ updateTime }}</div> <div class="time" v-if="updateTime">{{ updateTime }}</div>
...@@ -244,11 +244,10 @@ export default { ...@@ -244,11 +244,10 @@ export default {
color: #666666; color: #666666;
} }
.qrCode { .qrCode {
width: 154px; // width: 154px;
height: 154px; // height: 154px;
border: 2px solid #229df1; border: 2px solid #229df1;
margin-top: 16px; margin-top: 16px;
overflow: hidden;
} }
.time { .time {
margin-top: 14px; margin-top: 14px;
......
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