From 21d0cf4fdee99999cc62759ade712e5f8902c713 Mon Sep 17 00:00:00 2001 From: fengrong Date: Fri, 22 Nov 2024 17:19:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9=E5=B0=8F?= =?UTF-8?q?=E5=B1=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/dasadmin/src/views/backend/dashboard.vue | 83 +++---------------- .../src/views/backend/home/windMatrix.vue | 2 +- 2 files changed, 12 insertions(+), 73 deletions(-) diff --git a/ui/dasadmin/src/views/backend/dashboard.vue b/ui/dasadmin/src/views/backend/dashboard.vue index 7bb9d70e..d5a9b47e 100644 --- a/ui/dasadmin/src/views/backend/dashboard.vue +++ b/ui/dasadmin/src/views/backend/dashboard.vue @@ -3,7 +3,7 @@ - +
@@ -15,7 +15,7 @@
- +
@@ -28,7 +28,7 @@
- +
@@ -41,7 +41,7 @@
- +
@@ -54,7 +54,7 @@
- +
@@ -66,7 +66,7 @@
- +
@@ -622,59 +622,18 @@ $labelHeight: 30px; } } -@media screen and (max-width: 1920px) { - .default-main { - .trend { - height: 315px !important; - } - } -} -@media screen and (max-width: 1280px) { - .default-main { - /*height: auto !important;*/ - .windtitle { - margin-bottom: 10px; - } - .summarize { - .summarize-panel { - margin: 2px !important; - .summarize-panel-base { - white-space: normal !important; - } - } - } - } -} + + @media screen and (max-width: 1360px) { .default-main { font-size: 11px !important; - .summarize { - word-break: break-all !important; - } - .overview { - .small-panel { - .small-base { - margin-left: 0px !important; - font-size: 11px !important; - } - } - } } } @media screen and (max-width: 1480px) { .default-main { font-size: 12px !important; - .overview { - .small-panel { - padding: 13px 0px !important; - } - } - .status { - .status-panel { - .status-base-main { - margin-left: 5px !important; - } - } + .content-number { + font-size: 16px !important; } } } @@ -682,7 +641,7 @@ $labelHeight: 30px; .default-main { /*font-size: 12px !important;*/ .content-number { - font-size: 16px !important; + font-size: 18px !important; } .homelabel { @@ -697,26 +656,6 @@ $labelHeight: 30px; /* padding: 10px !important;*/ margin-bottom: 10px !important; } - .summarize { - margin-bottom: 10px !important; - } - } - .toal-panel { - padding: 0 !important; - padding-bottom: 10px !important; - } - // .matrix { - // height: 900px !important; - // } - :deep(.el-tabs__header) { - margin-top: -33px !important; - } - .overview { - .small-panel { - .small-base { - margin-left: 5px !important; - } - } } } } diff --git a/ui/dasadmin/src/views/backend/home/windMatrix.vue b/ui/dasadmin/src/views/backend/home/windMatrix.vue index 59d62a86..6319d46c 100644 --- a/ui/dasadmin/src/views/backend/home/windMatrix.vue +++ b/ui/dasadmin/src/views/backend/home/windMatrix.vue @@ -1,7 +1,7 @@