From c17311ba1351cd5e64654c3fc7b2fe765b1e7382 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:53:12 +0800
Subject: [PATCH] 1
---
src/views/payMentMethod/selectPay.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/views/payMentMethod/selectPay.vue b/src/views/payMentMethod/selectPay.vue
index ed59a90..831e708 100644
--- a/src/views/payMentMethod/selectPay.vue
+++ b/src/views/payMentMethod/selectPay.vue
@@ -107,8 +107,11 @@
<style lang="scss" scoped>
.selectPay {
.index-anchor {
- // background: #232C46;
- background: $mainbgWhiteColor;
+ // background: $mainbgWhiteColor;
+
+ @include themify() {
+ background: themed("main_background");
+ }
}
@@ -129,6 +132,9 @@
.item-cell {
border-bottom: 1px solid #474b62;
font-size: 15px;
- color: $log-c;
+
+ @include themify() {
+ color: themed("text_color1");
+ }
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3