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
felix
DoorLock
Commits
461a8413
Commit
461a8413
authored
Nov 29, 2017
by
朱建香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1129
parent
ba9e1d2a
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
29 additions
and
79 deletions
+29
-79
dev/src/view/device/v_index.js
+1
-0
dev/src/view/device/v_opendoorRecord.js
+0
-0
web/lib/less/addDevice/addDevice.less
+10
-0
web/view/addDevice/addDevice.css
+9
-0
web/view/addDevice/scanCodeAdd.html
+1
-1
web/view/device/device.css
+5
-5
web/view/device/index.js
+1
-0
web/view/device/opendoorRecord.js
+0
-0
web/view/doorlockManage/doorlockManage.css
+0
-67
web/view/doorlockUsers/doorlockUser.css
+0
-4
web/view/doorlockUsers/unlockInfo.css
+2
-2
No files found.
dev/src/view/device/v_index.js
View file @
461a8413
...
...
@@ -446,6 +446,7 @@ function getDevices(self){
if
(
window
.
iotDebug
)
{
iotDebug
.
upload
(
iot
,
'获取设备信息'
);
}
console
.
log
(
"124444444"
);
uPublic
.
openRequestErrorAlert
(
self
);
}
});
...
...
dev/src/view/device/v_opendoorRecord.js
View file @
461a8413
web/lib/less/addDevice/addDevice.less
View file @
461a8413
...
...
@@ -186,3 +186,12 @@
.u-comm-loading();
.custom-comm-loading();
.content{
width: 100%;
position: absolute;
top: 1.173rem;
bottom: 0;
left: 0;
width: 100%;
}
\ No newline at end of file
web/view/addDevice/addDevice.css
View file @
461a8413
...
...
@@ -1182,3 +1182,11 @@ p {
.custom-comm-loading
.u-comm-loading-button.disabled
{
background-color
:
transparent
;
}
.content
{
position
:
absolute
;
top
:
1.173rem
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
}
\ No newline at end of file
web/view/addDevice/scanCodeAdd.html
View file @
461a8413
...
...
@@ -25,7 +25,7 @@
<v-touch
tag=
"span"
class=
"header-left icon"
v-on:tap=
"onBackTap"
>

</v-touch>
<p>
{{ $t('title.scanCodeAdd') }}
</p>
</div>
<div
class=
"content"
id=
"bcid"
style=
"width: 100%; height: 560px; margin-top: 40px;"
>
<div
class=
"content"
id=
"bcid"
>
</div>
<u-dialog
ref=
"udialog"
:init-param=
"componentsConfig.dialog.initParam"
></u-dialog>
<u-loading
ref=
"uloading"
:init-param=
"componentsConfig.loading.initParam"
></u-loading>
...
...
web/view/device/device.css
View file @
461a8413
...
...
@@ -1199,7 +1199,7 @@ p {
}
.u-marquee
.u-marquee-text
{
/*display: inline-block;*/
display
:
inline-block
;
line-height
:
0.667rem
;
}
...
...
@@ -1248,7 +1248,7 @@ p {
color
:
#91929a
;
}
/*
.active .u-marquee-text {
.active
.u-marquee-text
{
-webkit-animation
:
marquee
5s
linear
infinite
;
animation
:
marquee
5s
linear
infinite
;
}
...
...
@@ -1263,9 +1263,9 @@ p {
-webkit-transform
:
translate
(
0
,
-100%
);
transform
:
translate
(
0
,
-100%
);
}
}
*/
}
/*
@keyframes marquee {
@keyframes
marquee
{
from
{
-webkit-transform
:
translate
(
0
,
0.533rem
);
transform
:
translate
(
0
,
0.533rem
);
...
...
@@ -1275,7 +1275,7 @@ p {
-webkit-transform
:
translate
(
0
,
-100%
);
transform
:
translate
(
0
,
-100%
);
}
}
*/
}
.deviceHandle
{
position
:
absolute
;
...
...
web/view/device/index.js
View file @
461a8413
...
...
@@ -24298,6 +24298,7 @@ function getDevices(self) {
if
(
window
.
iotDebug
)
{
iotDebug
.
upload
(
_public
.
iot
,
'获取设备信息'
);
}
console
.
log
(
"124444444"
);
_public
.
uPublic
.
openRequestErrorAlert
(
self
);
}
});
...
...
web/view/device/opendoorRecord.js
View file @
461a8413
web/view/doorlockManage/doorlockManage.css
View file @
461a8413
...
...
@@ -849,10 +849,6 @@ p {
line-height
:
1
;
}
.nameDisabled
:before
{
display
:
none
;
}
.doorlockManage
li
:after
{
content
:
''
;
position
:
absolute
;
...
...
@@ -1000,64 +996,3 @@ p {
height
:
1.733rem
;
margin-bottom
:
0.373rem
;
}
\ No newline at end of file
.custom-isClearSwitch-switch
{
width
:
5.333rem
;
height
:
auto
;
text-align
:
center
;
color
:
#00ffff
;
margin
:
0.72rem
auto
0
;
padding
:
0.267rem
0
;
}
.custom-isClearSwitch-switch
.u-switch-handle
{
position
:
relative
;
top
:
auto
;
left
:
auto
;
-webkit-transform
:
none
;
transform
:
none
;
width
:
0.453rem
;
height
:
0.453rem
;
border
:
0
;
border-radius
:
0
;
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
0.16rem
;
}
.custom-isClearSwitch-switch
.u-switch-handle
:before
{
font-family
:
iconfont
;
font-size
:
0.453rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
top
:
0
;
width
:
auto
;
height
:
auto
;
border-radius
:
0
;
background-color
:
transparent
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
.custom-isClearSwitch-switch
.u-switch-text
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.custom-isClearSwitch-switch.u-switch-on
.u-switch-handle
{
background-color
:
transparent
;
}
.custom-isClearSwitch-switch.u-switch-on
.u-switch-handle
:before
{
content
:
'\e6aa'
;
left
:
0
;
}
.custom-isClearSwitch-switch.u-switch-off
.u-switch-handle
{
background-color
:
transparent
;
}
.custom-isClearSwitch-switch.u-switch-off
.u-switch-handle
:before
{
content
:
'\e6a9'
;
left
:
0
;
}
\ No newline at end of file
web/view/doorlockUsers/doorlockUser.css
View file @
461a8413
...
...
@@ -723,10 +723,6 @@ p {
line-height
:
1
;
}
.userInfo-title-disabled
:after
{
display
:
none
;
}
.userInfoLink
li
.userInfo
.userInfo-subtitle
{
position
:
relative
;
}
...
...
web/view/doorlockUsers/unlockInfo.css
View file @
461a8413
...
...
@@ -993,7 +993,7 @@ p {
}
.custom-setHijack-switch.u-switch-on
.u-switch-handle
:before
{
content
:
'\e6aa
'
;
content
:
'\e6a9
'
;
left
:
0
;
}
...
...
@@ -1002,7 +1002,7 @@ p {
}
.custom-setHijack-switch.u-switch-off
.u-switch-handle
:before
{
content
:
'\e6a
9
'
;
content
:
'\e6a
a
'
;
left
:
0
;
}
...
...
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