From 6cd1d790d0a55b8f763de8d1d129cca2772393e4 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 22 Dec 2025 18:37:14 +0800
Subject: [PATCH] 1

---
 src/views/my/index.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index 8635b25..f5781ca 100644
--- a/src/views/my/index.vue
+++ b/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) {

--
Gitblit v1.9.3