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