Commit cb73f6f5 authored by danfuman's avatar danfuman

修改

parent 24a9bd78
......@@ -166,7 +166,7 @@
}
],
jkVisible:false,
qyVisible:true,
qyVisible:false,
pldrVisible:false,
}
},
......@@ -184,7 +184,6 @@
<style lang="scss" scoped>
.EnterpriseMonitoring{
padding: 0px 16px;
.header{
background: #FFFFFF;
padding: 25px 16px;
......
<template>
<!--监控维度设置-->
<div class="app-container MonitorSettings">
<div class="content">
<div class="m-title">监控维度设置</div>
<div class="m-main">
<div class="main-item">
......@@ -68,6 +69,8 @@
<span class="btn2">重置</span>
</div>
</div>
</div>
</template>
<script>
......@@ -121,7 +124,6 @@
checkFxBtn(val) {
this.queryParams.fxType = [];
this.checkFx = true;
this.search();
},
checkFx1Btn(val){
if (val.length > 0) {
......@@ -148,8 +150,10 @@
<style lang="scss" scoped>
.MonitorSettings{
padding: 0px 16px;
.content{
background: #ffffff;
padding: 16px;
}
.m-title{
border-left: 2px solid rgba(35,35,35,0.8);;
padding-left: 8px;
......@@ -158,11 +162,11 @@
line-height: 16px;
font-weight: 700;
color: #232323;
margin-top: 16px;
margin-bottom: 16px;
}
.m-main{
border-bottom: 1px solid #EEEEEE;
margin-bottom: 16px;
}
.main-item {
margin-bottom: 16px;
......
......@@ -165,7 +165,6 @@
<style lang="scss" scoped>
.MonitoringReport{
padding: 0px 16px;
/*background: #ffffff;*/
.header{
justify-content: space-between;
......@@ -173,9 +172,9 @@
background: #FFFFFF;
border-radius: 4px;
color: #232323;
position: sticky;
top: 54px;
z-index: 999;
/*position: sticky;*/
/*top: 54px;*/
/*z-index: 999;*/
::v-deep .el-tabs{
height: 48px;
line-height: 48px;
......
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