From 309a95310b549f6380c99aea476bb7392ace326a Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 24 Dec 2025 15:46:26 +0800
Subject: [PATCH] 1
---
src/views/payMentMethod/add.vue | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/src/views/payMentMethod/add.vue b/src/views/payMentMethod/add.vue
index af0b238..f5d7d1b 100644
--- a/src/views/payMentMethod/add.vue
+++ b/src/views/payMentMethod/add.vue
@@ -134,8 +134,8 @@
}
.select-item-textarea {
- // background: $tab_background;
- background: $inp-b;
+ background: $tab_background;
+ // background: $inp-b;
padding: 0 15px;
align-items: center;
height: 120px;
@@ -148,8 +148,7 @@
}
.tips {
- // background: $tab_background;
- background: $inp-b;
+ background: $tab_background;
border-radius: 3px;
.tip-title {
@@ -171,17 +170,15 @@
}
:deep(.van-cell) {
- // background: $tab_background;
- background: $inp-b;
+ background: $tab_background;
color: $text_color;
input {
- color: $log-c;
+ color: $text_color;
}
}
:deep(.van-field__control) {
- // color: $text_color;
- color: $log-c;
+ color: $text_color;
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3