Commit cb73f6f5 authored by danfuman's avatar danfuman

修改

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