From ca4d49f745479e87af7183177cf01ef435743bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Thu, 1 Feb 2024 17:34:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A4=84=E7=90=86=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=B8=ADtable=20=E8=A1=A8=E6=A0=BC=E4=B8=AD=EF=BC=8C=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E5=B0=BE=E9=83=A8=E7=95=99=E7=99=BD=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20=E5=A4=84=E7=90=86=E8=A1=A8=E6=A0=BC=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E5=85=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/style.less b/src/style.less index 93472bc..d958c2e 100644 --- a/src/style.less +++ b/src/style.less @@ -74,7 +74,13 @@ body { color: #ade6ee; font-size: 16px; border: 1px solid rgba(65, 111, 127, 0.5); - + &-header { + background: #126b82 !important; + box-sizing: border-box !important; + table { + width: calc(100% + 11px) !important; + } + } &-thead { > tr { th { From 165a05baf9267661b31e22f6ac2544ecbb8c7df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Sat, 3 Feb 2024 11:22:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?dataBase=20=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=EF=BC=8C=E5=A4=84=E7=90=86=E4=BA=94hostID=20?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=B8=8B=E7=9A=84=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../instances/conditionBox.vue | 147 +++++++++--------- .../databaseMonitor/instances/monitor.vue | 58 +++---- 2 files changed, 104 insertions(+), 101 deletions(-) diff --git a/src/views/abnormalAlarm/databaseMonitor/instances/conditionBox.vue b/src/views/abnormalAlarm/databaseMonitor/instances/conditionBox.vue index baf392b..2c258c2 100644 --- a/src/views/abnormalAlarm/databaseMonitor/instances/conditionBox.vue +++ b/src/views/abnormalAlarm/databaseMonitor/instances/conditionBox.vue @@ -1,118 +1,117 @@