From 2eb4dd6f50b75c9ec844d08eded5365cd79e4207 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 09 Jul 2025 15:59:00 +0800
Subject: [PATCH] style
---
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