This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

@@ -184,7 +184,7 @@ export default {
height: calc(100% - 170rpx);
}
/deep/.scroll-view-item:nth-child(2n-1) {
::v-deep.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}
@@ -226,7 +226,7 @@ export default {
}
}
/deep/.rightArrow {
::v-deep.rightArrow {
margin-top: 6rpx !important;
}
</style>