From 25c1d10f03df05104e323494fefd5af1e94c98f7 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Thu, 21 Aug 2025 17:12:55 +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