1
PC-20250623MANY\Administrator
2025-08-21 25c1d10f03df05104e323494fefd5af1e94c98f7
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 {