From f44047eff925ddba1726adc9f9cb8b2bcdec5053 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 19 Sep 2025 17:25:08 +0800
Subject: [PATCH] 1
---
src/views/cryptos/Exchange/exchangePage.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/cryptos/Exchange/exchangePage.vue b/src/views/cryptos/Exchange/exchangePage.vue
index 320e332..04182e1 100644
--- a/src/views/cryptos/Exchange/exchangePage.vue
+++ b/src/views/cryptos/Exchange/exchangePage.vue
@@ -1,5 +1,5 @@
<template>
- <div id="cryptos">
+ <div id="cryptos" style="background: #171928">
<van-nav-bar left-arrow @click-left="onClickLeft">
<template #right>
@@ -133,7 +133,7 @@
},
onConfirm() { // 闪兑
this.clearInterval()
- console.log(this.detail);
+ console.log(this.detail);
let obj = {
symbol: this.detail.symbol_ex,
symbol_to: this.detail.symbol_to_ex,
@@ -168,14 +168,14 @@
@import "@/assets/init.scss";
#cryptos {
+
+
:deep(.van-icon) {
color: red;
}
.exchange-page {
height: 100vh - 6vh;
-
- background: $selectSymbol_background;
:deep(.van-tab--active) {
background: $selectSymbol_background;
--
Gitblit v1.9.3