From 59325f787724f8a95e6fd69a8347a49062ad5064 Mon Sep 17 00:00:00 2001
From: ljx <15723110242@139.com>
Date: Thu, 21 Aug 2025 14:17:57 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../largeScreen/components/rightPage.vue | 20 ++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/src/views/largeScreen/components/rightPage.vue b/src/views/largeScreen/components/rightPage.vue
index 247c4ce..d96e850 100644
--- a/src/views/largeScreen/components/rightPage.vue
+++ b/src/views/largeScreen/components/rightPage.vue
@@ -1,5 +1,10 @@
- 右边
+
@@ -10,4 +15,17 @@
height: 100%;
background: #0c1e35;
}
+.funds {
+ width: 100%;
+ height: 40%;
+ border: 1px solid rgba(29, 214, 255, 0.3);
+ box-sizing: border-box;
+ padding: 5px;
+ .fundsTitle {
+ width: 100%;
+ height: 15%;
+ font-size: 16px;
+ background-color: #1dd6ff;
+ }
+}