1
李凌
2025-12-19 4870e38976751ad18fe96c0b7b535a637ac19001
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) {