NEZ-1630 style:修复Endpoints查看数据Metrics图表时,刷新按钮处没有间隔

This commit is contained in:
@changcode
2022-03-07 11:56:42 +08:00
parent 4f95bf5e18
commit 01128f11e4
3 changed files with 7 additions and 1 deletions

View File

@@ -401,6 +401,11 @@
}
}
}
.endpoint-query-metrics.chart-fullscreen.nz-dialog {
.chart-screen-header .chart-header__tools #browser-go {
margin-left: 5px;
}
}
.chart-fullscreen.nz-dialog {
.el-dialog__header{
display: none;

View File

@@ -20,5 +20,6 @@
}
.chart-unit .el-input__inner {
border-top-left-radius: 0 !important;
border-color: $--border-color-base;
border-bottom-left-radius: 0 !important;
}

View File

@@ -56,7 +56,7 @@
v-if="graphShow"
:visible.sync="graphShow"
:show-close="false"
class="nz-dialog chart-fullscreen"
class="nz-dialog chart-fullscreen endpoint-query-metrics"
destroy-on-close
fullscreen
:modal-append-to-body="false"