Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DoorLock
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
朱建香
DoorLock
Commits
ab1de6fe
Commit
ab1de6fe
authored
Sep 20, 2017
by
wangying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.4 / 2017-09-20
================== * 1.修改生成绑定二维码页面样式
parent
0ab0e0a6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
10 deletions
+20
-10
History.md
+6
-1
web/lib/less/doorlockManage/doorlockManage.less
+6
-4
web/view/doorlockManage/doorlockManage.css
+7
-4
web/view/doorlockManage/qrcode.html
+1
-1
No files found.
History.md
View file @
ab1de6fe
1.0.3 / 2017-09-18
1.0.4 / 2017-09-20
==================
*
1.修改生成绑定二维码页面样式
1.
0.3 / 2017-09-18
==================
*
1.上传用户列表、绑定用户、loading+成功/失败页面样式
...
...
web/lib/less/doorlockManage/doorlockManage.less
View file @
ab1de6fe
...
...
@@ -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;
}
}
}
...
...
web/view/doorlockManage/doorlockManage.css
View file @
ab1de6fe
...
...
@@ -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
{
...
...
web/view/doorlockManage/qrcode.html
View file @
ab1de6fe
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment