From 0d09b54695f0f56bcda47e7d26cd88fd7588fb9d Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 13 Jun 2024 11:19:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B9=E7=9B=AE=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=95=99=E8=82=B2=E4=BF=AE=E6=94=B9=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectOverview/centerTop.vue | 65 ++----------------- 1 file changed, 6 insertions(+), 59 deletions(-) diff --git a/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/centerTop.vue b/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/centerTop.vue index 2ef733c..af99f54 100644 --- a/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/centerTop.vue +++ b/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/centerTop.vue @@ -1,29 +1,7 @@ @@ -306,15 +257,11 @@ onMounted(async () => { position: relative; .videoBox { width: 100%; - height: 92%; - margin-top: 8%; - background: url("@/assets/images/comprehensiveManage/project10.png") no-repeat; - background-size: 100% 100%; + height: 100%; .videos { - width: 78%; - height: 90%; - margin-left: 11%; - margin-top: 1%; + width: 100%; + height: 100%; + object-fit: fill; } } .imgBox {