@@ -238,6 +238,7 @@ const carouselList = ref([
background-color: #fff;
border-radius: 0px;
padding: 36px 50px;
+ margin-right: 12px;
}
.left {
display: flex;
@@ -258,6 +259,7 @@ const carouselList = ref([
.aboutBox {
width: 100%;
+ background-color: #fff;
// overflow-x: auto;
</style>