style:topology样式调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user