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 @@