diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue index f5f9e7b3..4b77059e 100644 --- a/src/views/secondHandCar/forSale.vue +++ b/src/views/secondHandCar/forSale.vue @@ -387,6 +387,11 @@ export default { } ::v-deep .el-carousel__button { height: 0.15rem !important; + width: 0.4rem; + } + ::v-deep .el-carousel__indicators--horizontal { + width: 70%; + transform: translateX(-35%); } ::v-deep .el-carousel__arrow { background-color: rgba(31, 45, 61, 1);