From 57ca8f40c4a33e7c1de314e6b24635e1fd53eafb Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 11:56:17 +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