From 63a668beb29dee34db2ea05665aab7711ef53357 Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Sun, 28 Sep 2025 14:42:03 +0800 Subject: [PATCH] cashmanagement style --- src/components/workspace/CashManagement.vue | 6 +++--- src/views/home.vue | 2 +- src/views/workspace/index.vue | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/workspace/CashManagement.vue b/src/components/workspace/CashManagement.vue index 56ef20a..dfa250b 100644 --- a/src/components/workspace/CashManagement.vue +++ b/src/components/workspace/CashManagement.vue @@ -168,7 +168,7 @@ justify-content: center; padding: 10px; } -/* 左侧数据列表,使用您指定的样式 */ +/* 左侧数据列表,使用指定的样式 */ .market-data { display: flex; width: 179px; @@ -197,9 +197,9 @@ justify-content: center; } /* 图表样式 */ -/* .chart { +.chart { flex: 1; height: 300px; margin-top: 10px; -} */ +} diff --git a/src/views/home.vue b/src/views/home.vue index f793730..8f99664 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -351,7 +351,7 @@ function logout() { height: 100%; padding: 20px; background: transparent; - overflow-y: auto; + overflow-y: hidden; /* 应用自定义滚动条 */ } diff --git a/src/views/workspace/index.vue b/src/views/workspace/index.vue index 231ed36..ca06dcc 100644 --- a/src/views/workspace/index.vue +++ b/src/views/workspace/index.vue @@ -4,7 +4,9 @@