Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
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
lizhichao
whp-xl
Commits
7d45bda3
Commit
7d45bda3
authored
Jul 03, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏预警信息样式
parent
96ab88e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
8 deletions
+25
-8
public.scss
dcit-hcsystem-hcsystem-master/src/utils/public.scss
+5
-4
qyMap.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
+1
-1
qyMapone.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMapone.vue
+19
-3
No files found.
dcit-hcsystem-hcsystem-master/src/utils/public.scss
View file @
7d45bda3
...
...
@@ -249,7 +249,7 @@ main > div .el-table {
.popup
{
width
:
500px
;
height
:
auto
;
background
:
#fff
;
background
:
rgb
(
2
,
40
,
90
,
0
.9
)
;
padding
:
10px
;
position
:
relative
;
border
:
1px
solid
#030303
;
...
...
@@ -281,28 +281,29 @@ main > div .el-table {
top
:
5px
;
font-size
:
2em
;
cursor
:
pointer
;
color
:
#fff
;
}
.windowDg
{
width
:
100%
;
height
:
auto
;
overflow
:
hidden
;
padding
:
0
10px
;
font-family
:
"黑体"
,
Arial
,
Helvetica
,
sans-serif
;
h3
{
text-align
:
center
;
font-size
:
1
.1em
;
margin
:
5px
0
;
color
:
#fff
;
}
p
{
margin
:
0
;
line-height
:
2
;
color
:
#
188678
;
color
:
#
31dcc4
;
border-bottom
:
1px
#dadada
dashed
;
width
:
50%
;
display
:
inline-block
;
span
{
display
:
inline-block
;
color
:
#
333
;
color
:
#
fff
;
}
}
.wxyWrap
{
...
...
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
View file @
7d45bda3
...
...
@@ -18,7 +18,7 @@
</div>
<div
style=
""
>
<div
style=
"width: 500px;height: 100%;z-index: 11;background-color: rgba(2, 40, 90, 0.
8
);position: absolute;top: 0;left: 10px;float: left;"
>
<div
style=
"width: 500px;height: 100%;z-index: 11;background-color: rgba(2, 40, 90, 0.
7
);position: absolute;top: 0;left: 10px;float: left;"
>
<QyMapone></QyMapone>
</div>
<div
class=
"markBox"
>
...
...
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMapone.vue
View file @
7d45bda3
...
...
@@ -36,9 +36,9 @@
<div
id=
"main2"
style=
"width:450px;height:340px;"
></div>
</div>
</dv-border-box-12>
<div
class=
"div-table"
style=
"width:480px;
height: 380px;margin-top: 20px
;"
>
<div
class=
"div-table"
style=
"width:480px;
margin-top: 20px;background-color: rgb(0, 0, 0,0)
;"
>
<div
style=
"width: 100%;height: 40px;text-align: center;font-size: 18px; line-height: 40px;color: #fff;font-weight: 900;"
>
预警信息
</div>
<el-table
:data=
"$data.tableData"
stripe
height=
"220"
border
:header-cell-style=
"
{background:'#02285a',color:'#fff',}">
<el-table
:data=
"$data.tableData"
stripe
border
:header-cell-style=
"
{background:'#02285a',color:'#fff',}">
<el-table-column
prop=
"unitName"
label=
"企业名称"
width=
"110"
></el-table-column>
<el-table-column
prop=
"alarmInfo"
label=
"预警信息"
width=
"110"
>
<template
slot-scope=
"scope"
>
...
...
@@ -256,6 +256,22 @@ export default {
background-color
:
#2c5794
!important
;
}
.pie
.div-table
.el-table--border
,
.el-table--group
{
border
:
1px
solid
#2e6099
!important
;
height
:
200px
;
border
:
0px
solid
!important
;
background-color
:
rgb
(
0
,
0
,
0
,
0
);
}
body
.el-table
::before
{
z-index
:
inherit
;
height
:
0px
;
}
body
.el-table
::after
{
width
:
0px
;
}
body
.el-table
::before
{
height
:
0px
;
}
body
.el-table--border
{
border
:
0px
!important
;
}
</
style
>
\ No newline at end of file
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