@@ -93,6 +93,10 @@ export default {
display: flex;
justify-content: center;
align-items: center;
+ // 轮播图适配
+ /deep/ .el-carousel__container {
+ height: 100% !important;
+ }
.rotationCon {
height: 100%;
width: 100%;
@@ -103,6 +107,7 @@ export default {
// height: 100%;
// object-fit: fill;
// min-width: 100%;
+ width: 100%;
min-height: 100%;
}