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; }