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