diff --git a/src/views/OperationalOverview/components/ISRAChart.vue b/src/views/OperationalOverview/components/ISRAChart.vue index b38edf38..2dc04a67 100644 --- a/src/views/OperationalOverview/components/ISRAChart.vue +++ b/src/views/OperationalOverview/components/ISRAChart.vue @@ -1,7 +1,7 @@ @@ -125,7 +125,13 @@ export default { fontSize: 20, color: '#fff00', }, - }, + }, + grid: { + left: '1%', + right: '1%', + bottom: '0', + containLabel: true + }, // legend: { // bottom: '10%', // left: 'center', @@ -213,15 +219,19 @@ export default { .isra-chart { width: 100%; height: 100%; + position: absolute; + top: 7%; } + .isra-chart-tooltip { + background: #0a2b4f77 !important; + border: none !important; + backdrop-filter: blur(12px); + } + + .isra-chart-tooltip * { + color: #fff !important; + } diff --git a/src/views/OperationalOverview/processingBoard.vue b/src/views/OperationalOverview/processingBoard.vue index f73da45b..aff0f1d2 100644 --- a/src/views/OperationalOverview/processingBoard.vue +++ b/src/views/OperationalOverview/processingBoard.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2021-07-19 15:18:30 * @LastEditors: zhp - * @LastEditTime: 2024-04-16 14:03:31 + * @LastEditTime: 2024-04-17 16:08:08 * @Description: -->