From bc3a812e4134c46f2c7f118de0cf7cbee7ef58c2 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sat, 30 Aug 2025 16:50:28 +0800
Subject: [PATCH] 1
---
src/views/account/components/Withdraw.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/account/components/Withdraw.vue b/src/views/account/components/Withdraw.vue
index af33155..d10351a 100644
--- a/src/views/account/components/Withdraw.vue
+++ b/src/views/account/components/Withdraw.vue
@@ -101,9 +101,9 @@
},
options: [
{ name: "US", value: "USD" },
- { name: "HK", value: "HKD" },
- { name: "IN", value: "INR" },
- { name: "TW", value: "TWD" },
+ // { name: "HK", value: "HKD" },
+ // { name: "IN", value: "INR" },
+ // { name: "TW", value: "TWD" },
],
actions: [{ name: this.$t("hj215"), value: "YHK" }],
yhkactions: [],
@@ -174,17 +174,17 @@
flex-direction: column;
}
::v-deep .el-radio__input.is-checked .el-radio__inner {
- border-color: #c4d600;
- background: #c4d600;
+ border-color: #287dff;
+ background: #287dff;
}
::v-deep .el-radio__input.is-checked + .el-radio__label {
- color: #c4d600;
+ color: #287dff;
}
.submit {
- background-color: #c4d600 !important;
- border-color: #c4d600 !important;
+ background-color: #287dff !important;
+ border-color: #287dff !important;
}
.ts {
--
Gitblit v1.9.3