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