story#5314 点击车源查看详情的照片:一是要改成照片自动滚动播放,二是左右切换照片的按钮改为更明显的样式,三是照片张数显示改为更明显的样式,目前的按钮不醒目

This commit is contained in:
2025-04-02 10:31:53 +08:00
parent efe76bb675
commit a426b67a51

View File

@ -370,4 +370,8 @@ export default {
::v-deep .el-carousel__button {
height: 0.15rem !important;
}
::v-deep .el-carousel__arrow {
background-color: rgba(31, 45, 61, 1);
font-size: 0.5rem;
}
</style>