Commit 7d45bda3 authored by yaqizhang's avatar yaqizhang

大屏预警信息样式

parent 96ab88e2
......@@ -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 {
......
......@@ -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">
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment