From 926484334e1d77acb74cd8c6207b6910a8f488af Mon Sep 17 00:00:00 2001
From: ycy <2861518472@qq.com>
Date: Mon, 22 Apr 2024 18:00:58 +0800
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E9=A6=96=E9=A1=B5=E5=B7=A6?=
=?UTF-8?q?=E4=BE=A7=E5=9B=BE=E5=BD=A2=E9=83=A8=E5=88=86=E5=AE=8C=E6=88=90?=
=?UTF-8?q?=20,=20=E5=8F=B3=E4=BE=A7=E6=96=87=E5=AD=97=E9=83=A8=E5=88=86?=
=?UTF-8?q?=E6=9C=AA=E5=AE=8C=E6=88=90=20=E5=AE=8C=E6=88=90=E5=BA=A680%?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/echarts/bar.vue | 19 +++-
src/components/echarts/pie.vue | 4 +-
src/views/home/components/homeCenter.vue | 35 ++++---
src/views/home/components/homeFooter.vue | 114 +++++++++++++++++------
src/views/home/index.vue | 2 +-
5 files changed, 124 insertions(+), 50 deletions(-)
diff --git a/src/components/echarts/bar.vue b/src/components/echarts/bar.vue
index a266a94..ec230b6 100644
--- a/src/components/echarts/bar.vue
+++ b/src/components/echarts/bar.vue
@@ -6,6 +6,7 @@
@@ -77,17 +105,47 @@ export default {
display: flex;
justify-content: space-between;
.center-pie {
- width: 49%;
+ width: 30%;
height: 100%;
background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
}
.center-bar {
- width: 49%;
+ width: 68%;
height: 100%;
background-color: #fff;
}
}
+.title_class {
+ padding: 0 1rem;
+ height: 3rem;
+ display: flex;
+ align-items: center;
+}
+
+.content {
+ width: 100%;
+ height: 80%;
+ padding: 0 1rem;
+ .allMoney {
+ height: 25%;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-around;
+ }
+ .portionMoney {
+ width: 100%;
+ height: 2.5rem;
+ display: flex;
+ align-items: center;
+ div {
+ width: 0.2rem;
+ height: 2rem;
+ background-color: aqua;
+ }
+ }
+}
+
+:deep(.t-divider) {
+ margin: 0 0 1rem 0;
+}
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 128fa34..0bb4742 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -12,7 +12,7 @@
- Aside
+