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