diff --git a/ui/dasadmin/src/views/backend/dashboard.vue b/ui/dasadmin/src/views/backend/dashboard.vue index 875d7d0f..033c251e 100644 --- a/ui/dasadmin/src/views/backend/dashboard.vue +++ b/ui/dasadmin/src/views/backend/dashboard.vue @@ -1218,7 +1218,7 @@ onUnmounted(() => { margin: 0; color: #4e5969; background-color: #f2f3f5; - overflow: hidden; + overflow-x: hidden; .content-number { color: #333333; font-size: 20px; @@ -1299,9 +1299,14 @@ onUnmounted(() => { width: 100%; height: 288px; } + @media screen and (max-width: 1920px) { + .power-chart { + height: 230px; + } + } @media screen and (max-width: 1910px) { .power-chart { - height: 260px; + height: 230px; } } } @@ -1372,6 +1377,17 @@ onUnmounted(() => { .realPart { height: 370px; } + @media screen and (max-width: 1920px) { + /* .matrix { + height: 928px; + }*/ + .realPart { + height: 349px; + } + .trend { + height: 315px; + } + } @media screen and (max-width: 1910px) { .matrix { height: 875px; @@ -1390,4 +1406,9 @@ onUnmounted(() => { height: 878px; } } +@media screen and (max-width: 1920px) { + .default-main { + height: 928px; + } +}