|
|
@@ -1082,7 +1082,7 @@ onUnmounted(() => {
|
|
|
<div ref="safeDayChartRef" class="safe-day-chart-panel"></div>
|
|
|
</section>
|
|
|
|
|
|
- <section class="kb-stage-card kb-stage-card--5">
|
|
|
+ <section class="board-panel kb-stage-card kb-stage-card--5">
|
|
|
<div class="qhse-metric-tabs">
|
|
|
<button
|
|
|
v-for="item in qhseMetricTabs"
|
|
|
@@ -1454,6 +1454,7 @@ onUnmounted(() => {
|
|
|
.right-column {
|
|
|
display: grid;
|
|
|
gap: 24px;
|
|
|
+ align-content: start;
|
|
|
}
|
|
|
|
|
|
.board-panel {
|
|
|
@@ -1466,6 +1467,7 @@ onUnmounted(() => {
|
|
|
|
|
|
.board-panel--center {
|
|
|
min-height: 540px;
|
|
|
+ height: 540px;
|
|
|
}
|
|
|
|
|
|
.chart-panel {
|
|
|
@@ -1527,12 +1529,12 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
.qhse-trend-chart-panel {
|
|
|
- height: 196px;
|
|
|
+ height: 150px;
|
|
|
// margin-top: 14px;
|
|
|
}
|
|
|
|
|
|
.soc-chart-panel {
|
|
|
- height: 220px;
|
|
|
+ height: 280px;
|
|
|
}
|
|
|
|
|
|
.panel-title--center {
|