From 36883b91c6fb1d5ede81998f1ca5846f451b4ec7 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期三, 28 二月 2024 17:20:47 +0800 Subject: [PATCH] fix:修改高度 --- src/views/daoAnOffice/right/publicize/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/daoAnOffice/right/publicize/index.vue b/src/views/daoAnOffice/right/publicize/index.vue index b2c56b4..ab8a1f1 100644 --- a/src/views/daoAnOffice/right/publicize/index.vue +++ b/src/views/daoAnOffice/right/publicize/index.vue @@ -105,7 +105,7 @@ .content-container { width: 100%; - height: 560px; + height: 510px; overflow-y: hidden; background-color: rgba(17, 34, 58, 0.6); border: 1px solid rgba(47, 91, 157, 0.8); @@ -125,7 +125,7 @@ .content-video-info { width: 100%; - height: 209px; + height: 180px; position: relative; } -- Gitblit v1.8.0