|
|
@@ -36,7 +36,7 @@
|
|
|
<div v-if="modalDetailsData.blastDeltaConfig" class="chart-item">
|
|
|
<div class="chart-title pl-20px">爆炸三角形</div>
|
|
|
<div class="chart-placeholder">
|
|
|
- <BlastDelta :posMonitor="dataRef" :canvas-size="{ width: 225, height: 149 }" text-color="#000" />
|
|
|
+ <BlastDelta class="chart-blast" :posMonitor="dataRef" :canvas-size="{ width: 196, height: 125 }" text-color="#000" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-if="modalDetailsData.gasConcentrationConfig" class="chart-item">
|
|
|
@@ -271,6 +271,11 @@
|
|
|
border-radius: 4px;
|
|
|
overflow: hidden;
|
|
|
background-image: @gradient-thirdary-color;
|
|
|
+
|
|
|
+ .chart-blast {
|
|
|
+ height: 170px;
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
}
|
|
|
.chart-placeholder img {
|
|
|
width: 100%;
|