网络管理优化

main
项洋 2 weeks ago
parent 5a0386ffdd
commit 9128d8cf0a

@ -1514,7 +1514,7 @@ export default {
.section-superviseObject {
width: 50%;
height: 50%;
padding: 50px 50px 50px 0px;
padding: 50px 50px 0px 0px;
}
.section-process {
width: 920px;
@ -1682,7 +1682,7 @@ export default {
height: 50%;
padding: 50px 50px 50px 0px;
.three-inventory {
padding: 80px 0;
padding: 80px 0 20px 0;
width: 100%;
height: calc(100% - 76px);
// margin-top: 30px;
@ -1770,7 +1770,7 @@ export default {
width: 50%;
height: 50%;
// margin-right: 22px;
padding: 35px 50px 80px 0px;
padding: 0px 50px 80px 0px;
.firewall-container {
height: calc(100% - 76px);
width: 100%;
@ -1921,7 +1921,7 @@ export default {
.section-ecosphere {
width: 50%;
height: 50%;
padding: 35px 50px 50px 0px;
padding: 0px 50px 50px 0px;
.zoology-box {
display: flex;

@ -68,7 +68,7 @@
</div>
</div>
</div>
<div class="section1" style="padding-top: 35px">
<div class="section1" >
<module-title> 清朗专项行动数据统计</module-title>
<!-- <div class="qlzfsjtj">
<div class="qlzf-head">
@ -118,7 +118,7 @@
<div id="gbzbptwgzh" class="chart-box"></div>
</div>
</div>
<div class="section" style="padding-top: 35px">
<div class="section" style="padding-top: 0px">
<!-- <module-title> 清朗专项行动动态 </module-title>
<div @click.stop="itemClick($event)">
<vueSeamlessScroll
@ -1052,7 +1052,7 @@ export default {
.section1 {
width: 50%;
height: 50%;
padding: 50px 50px 50px 0px;
padding: 0px 50px 50px 0px;
}
// justify-content: space-between;
// align-content: space-between;
@ -1068,13 +1068,14 @@ export default {
display: flex;
background: url("~@/assets/sentimeent/背景表格.png") no-repeat center;
background-size: 100% 100%;
height: 60px;
.header-cell {
padding: 12px 15px;
font-family: AlibabaPuHuiTiM;
font-size: 28px;
color: #e4f0ff;
line-height: 22px;
line-height: 40px;
text-align: center;
&:first-child {
width: 200px;

Loading…
Cancel
Save