From c4887c87ae71021c1edb33bf16417e6f5fe1f8e5 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 10:59:50 +0800
Subject: [PATCH] Merge branch 'dev6.19' of http://124.156.157.155:8060/r/composite_h5-main into dev6.19
---
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