From 9fe9f1ec9367baa1e8e522917b72d8cef446fa0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=8E=89=E9=9C=9E?= Date: Mon, 18 Nov 2024 18:27:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/dasadmin/src/views/backend/dashboard.vue | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ui/dasadmin/src/views/backend/dashboard.vue b/ui/dasadmin/src/views/backend/dashboard.vue index 0ac9cb71..ac6de201 100644 --- a/ui/dasadmin/src/views/backend/dashboard.vue +++ b/ui/dasadmin/src/views/backend/dashboard.vue @@ -1457,17 +1457,13 @@ $labelHeight: 38px; } } } -@media screen and (max-width: 1366px) { +@media screen and (max-width: 1360px) { .default-main { + font-size: 11px !important; height: auto !important; .summarize { word-break: break-all !important; } - } -} -@media screen and (max-width: 1360px) { - .default-main { - font-size: 11px !important; .matrix { height: auto !important; } @@ -1525,9 +1521,9 @@ $labelHeight: 38px; padding: 0 !important; padding-bottom: 10px !important; } - .matrix { - height: 900px !important; - } + // .matrix { + // height: 900px !important; + // } :deep(.el-tabs__header) { margin-top: -33px !important; }