提交 35b77545 authored 作者: chengye's avatar chengye

调试二维码显示

上级 24e7fd58
......@@ -218,7 +218,7 @@
$url = 'http://demojz.gonn.tech/jz_detail/' + $(this).data('id');
var $qrcode = $('#qrcode')
$qrcode.html('')
$qrcode.qrcode({width: 72, height: 72, correctLevel: 0, text: $url})
$qrcode.qrcode({width: 76, height: 76, correctLevel: 0, text: $url})
$('#qrcard').show()
})
})
......
......@@ -106,19 +106,19 @@ ul.station_flow li.active>*{
z-index: 9998;
}
#qrcard .qrhead{
height: 60px;
height: 55px;
}
#qrcard .qrinfo{
height: 100px;
padding: 0 12px;
font-size: 12px;
font-size: 10px;
width: 190px;
position: relative;
z-index: 9999;
display: inline-block;
}
#qrcard .qrinfo .layui-inline-block{
line-height:26px;
line-height:22px;
}
#qrcard .qrinfo span{
display: inline-block;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论