From 3a2abd393429b92c93b45df4f2c8e6e0153bc0ac Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Mon, 25 Nov 2024 21:05:49 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E6=8F=90=E4=BA=A4=E6=96=BD=E5=B7=A5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/constructionManage/homePage.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/projectFront/constructionManage/homePage.vue b/src/views/projectFront/constructionManage/homePage.vue index 9150ad5a..4f3949f0 100644 --- a/src/views/projectFront/constructionManage/homePage.vue +++ b/src/views/projectFront/constructionManage/homePage.vue @@ -718,12 +718,16 @@ export default { border-radius: 10px; .bg_top { width: 100%; - height: 268px; + height: 220px; background-image: url(~@/assets/images/bthgIcon/bg5.png); background-repeat: no-repeat; background-size: 100% 100%; position: relative; } + /deep/.el-carousel__container { + width: 100% !important; + height: 220px !important; + } /deep/ .el-carousel__indicators--horizontal { display: none; }