Commit ab1de6fe by wangying

1.0.4 / 2017-09-20

==================
 * 1.修改生成绑定二维码页面样式
parent 0ab0e0a6
1.0.3 / 2017-09-18
1.0.4 / 2017-09-20
==================
* 1.修改生成绑定二维码页面样式
1.0.3 / 2017-09-18
==================
* 1.上传用户列表、绑定用户、loading+成功/失败页面样式
......
......@@ -15,12 +15,14 @@
color: inherit;
font-size: @QRCODEHELP-TITLE-FONTSIZE;
margin-bottom: 18px;
}
&:last-child{
padding-left: 0;
text-indent: 0;
}
p{
width: 200px;
height: 200px;
canvas{
margin: 0 auto;
border: 1px solid;/*no*/
display: block;
}
}
}
......
......@@ -449,11 +449,14 @@ p {
margin-bottom: 0.48rem;
}
.qrcodeHelp li p {
width: 5.333rem;
height: 5.333rem;
.qrcodeHelp li:last-child {
padding-left: 0;
text-indent: 0;
}
.qrcodeHelp li canvas {
margin: 0 auto;
border: 1px solid;
display: block;
}
.u-button {
......
......@@ -32,7 +32,7 @@
<li>{{ $t('qrcode.helpCont3') }}</li>
<li>{{ $t('qrcode.helpCont4') }}</li>
<li>
<p></p>
<canvas></canvas>
</li>
</ul>
<u-button :init-param="componentsConfig.qrcodeButton.initParam" v-on:u-button-tap="onQRcodeButtonTap"></u-button>
......
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