Browse Source

cashmanagement style

zhangrenyuan/feature-20250917134308-现金管理
zhangrenyuan 2 weeks ago
parent
commit
63a668beb2
  1. 6
      src/components/workspace/CashManagement.vue
  2. 2
      src/views/home.vue
  3. 4
      src/views/workspace/index.vue

6
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;
} */
}
</style>

2
src/views/home.vue

@ -351,7 +351,7 @@ function logout() {
height: 100%;
padding: 20px;
background: transparent;
overflow-y: auto;
overflow-y: hidden;
/* 应用自定义滚动条 */
}

4
src/views/workspace/index.vue

@ -4,7 +4,9 @@
<div class="title">数据总览</div>
</el-header>
<div style="height: 100vh; overflow: auto;">
<el-row class="cards" >
<el-row class="cards"
>
<el-col :span="12">
<GoldManagement :cardData="cardData" />
</el-col>

Loading…
Cancel
Save