From 0c7a7f7c8efb75d677517df70da482c4f18f6d3d Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 28 Apr 2025 14:39:22 +0800
Subject: [PATCH] style: 买入卖出页面,显示功能按钮修改
---
src/page/user/Warehouse.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/user/Warehouse.vue b/src/page/user/Warehouse.vue
index c371056..ba2d43f 100644
--- a/src/page/user/Warehouse.vue
+++ b/src/page/user/Warehouse.vue
@@ -51,7 +51,7 @@
bgc: "rgb(12, 175, 226)",
laber: "ST",
symbolCode: "INR",
- symbol: "₹"
+ symbol: " ﷼"
},
{
title: this.$t("黄金原油"),
@@ -69,7 +69,7 @@
// bgc: "rgb(12, 175, 226)",
// laber: "IN",
// symbolCode: "INR",
- // symbol: "₹"
+ // symbol: " ﷼"
// }
// {
// title: this.$t("马来西亚"),
--
Gitblit v1.9.3