From a957b976aa33a2fe53c5e4467620a3b12b890809 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 16 Jul 2025 17:30:52 +0800
Subject: [PATCH] 优化资产页面加载速度

---
 src/components/add-currency/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/add-currency/index.vue b/src/components/add-currency/index.vue
index ff9e8d3..1915759 100644
--- a/src/components/add-currency/index.vue
+++ b/src/components/add-currency/index.vue
@@ -1,6 +1,6 @@
 <template>
   <van-popup v-model:show="showLeft" closeable position="left"
-    :style="{ width: '75%', height: '100%', background: 'rgb(31, 35, 61)' }">
+    :style="{ width: '75%', height: '100%'}">
     <div class="main">
       <div class="title">{{ t('selectombination') }}</div>
       <div class="list">

--
Gitblit v1.9.3