From 425e9a81b99ccc38d2faf695421140fbbc4e679f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=9A=93?= <1736436516@qq.com> Date: Fri, 18 Oct 2024 14:27:11 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E5=9B=BA=E5=AE=9A=E9=A6=96=E8=A1=8C?= =?UTF-8?q?=E8=A1=8C=E9=AB=98=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Cameras.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/Cameras.vue b/src/components/Cameras.vue index f7af23f..b487aa7 100644 --- a/src/components/Cameras.vue +++ b/src/components/Cameras.vue @@ -7,7 +7,7 @@
通道
- + @@ -207,7 +207,7 @@ onMounted(() => { } .scroll-container { - height: 180px; + height: 170px; /* overflow-y: scroll; */ scrollbar-width: none; } @@ -219,7 +219,7 @@ onMounted(() => { .status-summary-chart, .camera-count-chart { width: 100%; - height: 180px; + height: 170px; } .el-table { @@ -234,5 +234,9 @@ onMounted(() => { font-weight: bold; text-align: center; /* 居中对齐 */ } + +::v-deep .el-card__body{ + padding: 15px; +} \ No newline at end of file