src/views/my/index.vue
@@ -272,6 +272,8 @@ </script> <style lang="scss" scoped> @import '@/assets/theme/index.scss'; :deep(.van-cell-group__title) { // background: $main2_background !important; background: $inp-b !important; @@ -303,11 +305,15 @@ } :deep(.van-icon) { color: $text_color; @include themify() { color: themed("text_color") !important; } } :deep(.van-cell__title) { color: $text_color; @include themify() { color: themed("text_color") !important; } } :deep(.van-cell:after) {