NEZ-1630 style:修复Endpoints查看数据Metrics图表时,刷新按钮处没有间隔
This commit is contained in:
@@ -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 {
|
.chart-fullscreen.nz-dialog {
|
||||||
.el-dialog__header{
|
.el-dialog__header{
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -20,5 +20,6 @@
|
|||||||
}
|
}
|
||||||
.chart-unit .el-input__inner {
|
.chart-unit .el-input__inner {
|
||||||
border-top-left-radius: 0 !important;
|
border-top-left-radius: 0 !important;
|
||||||
|
border-color: $--border-color-base;
|
||||||
border-bottom-left-radius: 0 !important;
|
border-bottom-left-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
v-if="graphShow"
|
v-if="graphShow"
|
||||||
:visible.sync="graphShow"
|
:visible.sync="graphShow"
|
||||||
:show-close="false"
|
:show-close="false"
|
||||||
class="nz-dialog chart-fullscreen"
|
class="nz-dialog chart-fullscreen endpoint-query-metrics"
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
fullscreen
|
fullscreen
|
||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user