提交 99d84f55 authored 作者: chengye's avatar chengye

调试二维码显示

上级 35b77545
......@@ -218,7 +218,7 @@
$url = 'http://demojz.gonn.tech/jz_detail/' + $(this).data('id');
var $qrcode = $('#qrcode')
$qrcode.html('')
$qrcode.qrcode({width: 76, height: 76, correctLevel: 0, text: $url})
$qrcode.qrcode({width: 80, height: 80, correctLevel: 0, text: $url})
$('#qrcard').show()
})
})
......
......@@ -130,11 +130,11 @@ ul.station_flow li.active>*{
}
#qrcard .qrinfo .qrval{
color: #101010;
max-width: 120px;
max-width: 140px;
word-break: break-word;
}
#qrcode{
display: inline-block;
vertical-align:top;
margin-top: 20px;
margin-top: 8px;
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论