Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
gassafety-progress
Commits
a54dc3ed
Commit
a54dc3ed
authored
Apr 08, 2022
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏弹出框样式调整
parent
0580795f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
Cz.vue
gassafetyprogress-web/src/components/bigWindow/Cz.vue
+7
-4
Device.vue
gassafetyprogress-web/src/components/bigWindow/Device.vue
+6
-3
No files found.
gassafetyprogress-web/src/components/bigWindow/Cz.vue
View file @
a54dc3ed
...
...
@@ -76,11 +76,11 @@
>
{{
deviceData
.
stationAddr
||
"-"
}}
</div>
<div
v-else
>
-
</div>
<div
v-else
class=
"right last zzz"
>
-
</div>
</div>
</div>
<div
class=
"top-right"
>
<el-image
v-if=
"deviceData.pictureAddress"
style=
"width: 100px; height: 100px"
...
...
@@ -237,7 +237,7 @@ export default {
background-color
:
rgba
(
9
,
18
,
32
,
0
.6
);
padding
:
10px
;
position
:
relative
;
width
:
6
00px
;
width
:
5
00px
;
.title
{
// padding-top: 10px;
// padding-left: 10px;
...
...
@@ -258,7 +258,7 @@ export default {
border
:
1px
solid
#cccccc
;
box-sizing
:
border-box
;
.top-left
{
flex
:
1
;
flex
:
1
.8
;
.group
{
height
:
40px
;
flex
:
1
;
...
...
@@ -283,6 +283,9 @@ export default {
text-align
:
right
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.1
);
}
.right
{
flex
:
2
;
}
}
}
.top-right
{
...
...
gassafetyprogress-web/src/components/bigWindow/Device.vue
View file @
a54dc3ed
...
...
@@ -50,7 +50,7 @@
</div>
</div>
<div
class=
"top-right"
>
<el-image
v-if=
"deviceData.iconUrl"
style=
"width: 100px; height: 100px"
...
...
@@ -220,7 +220,7 @@ export default {
background-color
:
rgba
(
9
,
18
,
32
,
0
.6
);
padding
:
10px
;
position
:
relative
;
width
:
6
00px
;
width
:
5
00px
;
.title
{
// padding-top: 10px;
// padding-left: 10px;
...
...
@@ -241,7 +241,7 @@ export default {
border
:
1px
solid
#cccccc
;
box-sizing
:
border-box
;
.top-left
{
flex
:
1
;
flex
:
1
.8
;
.group
{
height
:
40px
;
flex
:
1
;
...
...
@@ -266,6 +266,9 @@ export default {
text-align
:
right
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.1
);
}
.right
{
flex
:
2
;
}
}
}
.top-right
{
...
...
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