Commit 4e6e35d9 by 李嘉林

二维码

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