From 20da2c2e3c67f7297eedb1bd96ff931d420d0c57 Mon Sep 17 00:00:00 2001 From: renpy Date: Tue, 25 Jul 2023 10:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9F=B1=E7=8A=B6=E5=9B=BE?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E5=8C=BA=E5=9F=9F=E7=9A=84=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E5=8F=8Atab=E9=A1=B5=E8=83=8C=E6=99=AF=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue b/src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue index 27b841b..d3cd355 100644 --- a/src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue +++ b/src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue @@ -182,6 +182,7 @@ export default { left: '0%', right: '0%', bottom: '15', + top:15, containLabel: true }, xAxis: { @@ -444,7 +445,6 @@ export default { .ant-tabs-tabpane{ height: 100%; overflow: auto; - background-color: #02282b; overflow: hidden; } }