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
+