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

@@ -283,7 +283,7 @@ export default {
border: 2rpx solid $themeColor;
border-radius: 10rpx;
}
/deep/.list_item {
::v-deep.list_item {
// border-bottom: none;
padding: 10rpx 0 !important;
padding-right: 0 !important;
@@ -358,7 +358,7 @@ export default {
.popup_content {
padding-bottom: 140rpx;
}
/deep/.list_item {
::v-deep.list_item {
// border-bottom: none;
border: none !important;
@@ -373,10 +373,10 @@ export default {
// margin: 0 auto;
}
}
/deep/.u-popup__content {
::v-deep.u-popup__content {
background-color: transparent !important;
}
/deep/.u-popup__content__close {
::v-deep.u-popup__content__close {
color: #fff !important;
}
.title_box {