style:topology样式调整

This commit is contained in:
zhangyu
2022-01-10 11:39:09 +08:00
parent 23074d9cff
commit b9f899f11b
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
box-sizing: border-box;
}
.topology-tool-tip .topology-chart-title {
margin-top: -23px;
//margin-top: -23px;
border-bottom: 1px dashed $--border-color-base;
margin-left: 10px;
padding: 0;
@@ -68,6 +68,6 @@
width: 388px;
}
.topology-tool-tip .line-area {
margin-top: -15px;
//margin-top: -15px;
}
}

View File

@@ -4,7 +4,7 @@
<div class="resize-box resize-box-echarts" ref="resizeBox">
<div class="line-chart-block" :id="'lineChartDiv'+chartIndex" @mouseenter="mouseEnterChart" @mouseleave="mouseLeaveChart">
<loading :ref="'localLoading'+chartIndex"></loading>
<div v-if="from!=='project'&&from!=='topology'" :class="{'drag-disabled': this.filter.from == $CONSTANTS.fromRoute.alertRule}" :id="'chartTitle'+chartIndex" class="clearfix chartTitle">
<div v-if="from!=='project'&&from!=='topology'" :class="{'drag-disabled': this.filter.from == $CONSTANTS.fromRoute.alertRule}" :id="'chartTitle'+chartIndex" class="clearfix chartTitle topology-chart-title">
<el-popover
v-if="isError"
placement="top-start"