Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9f55c673
authored
Jun 20, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的设备组
parent
314d7d40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
34 deletions
+24
-34
public/img/ps/groups.png
+0
-0
src/views/groups/index.vue
+24
-34
No files found.
public/img/ps/groups.png
0 → 100644
View file @
9f55c673
3.44 KB
src/views/groups/index.vue
View file @
9f55c673
...
...
@@ -12,14 +12,11 @@
<div
class=
"device-item-top"
>
<div
class=
"device-item-img"
style=
"background
: url(./img/ps/img.png) no-repeat center
"
style=
"background
-image: url(./img/ps/groups.png)
"
></div>
<div
class=
"device-status"
>
<div
class=
"device-icon"
style=
"background-image: url(./img/ps/box.png) "
></div>
<div
class=
"status"
@
click=
"delGroup"
>
解散设备组
</div>
</div>
</div>
<div
class=
"device-title"
>
设备组A
</div>
<div
class=
"clear-btn"
>
解除该组
</div>
</div>
</div>
<Des></Des>
...
...
@@ -67,13 +64,13 @@ export default {
display
:
flex
;
flex-wrap
:
wrap
;
.device-item
{
width
:
2
96.5
px
;
width
:
2
00
px
;
min-height
:
199.5px
;
padding-top
:
39px
;
margin
:
0
24px
;
.device-item-create
{
font-size
:
52px
;
height
:
2
51.5
px
;
height
:
2
00
px
;
text-align
:
center
;
display
:
flex
;
justify-content
:
center
;
...
...
@@ -84,42 +81,35 @@ export default {
border
:
1px
solid
#848484
;
}
.device-item-top
{
height
:
2
51.5
px
;
height
:
2
00
px
;
background
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
0px
4.5px
25px
0px
rgba
(
0
,
0
,
0
,
0.14
);
//
box-shadow
:
0px
4.5px
25px
0px
rgba
(
0
,
0
,
0
,
0.14
);
border
:
1px
solid
#848484
;
box-sizing
:
border-box
;
.device-item-img
{
width
:
100%
;
height
:
167px
;
}
}
.device-status
{
width
:
296.5px
;
height
:
84.5px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
text-align
:
center
;
.device-icon
{
width
:
68px
;
height
:
44px
;
margin-right
:
18px
;
background-size
:
100%
;
}
.status
{
color
:
#28af48
;
font-size
:
18px
;
}
.line
{
color
:
#28af48
;
}
.unline
{
color
:
#28af48
;
height
:
200px
;
background-repeat
:
no-repeat
;
background-size
:
50%
;
background-position
:
center
;
}
}
.device-title
{
padding-top
:
25px
;
font-size
:
24px
;
color
:
#333333
;
padding-bottom
:
20px
;
}
.clear-btn
{
width
:
133px
;
height
:
44px
;
margin
:
0
auto
;
line-height
:
44px
;
text-align
:
center
;
border
:
1px
solid
rgba
(
110
,
140
,
249
,
1
);
border-radius
:
3px
;
color
:
#6E8CF9
;
}
}
}
...
...
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