This commit is contained in:
白菜
2025-08-11 21:50:38 +08:00
parent 9db3b4f9f7
commit d203ca541a
19 changed files with 62 additions and 71 deletions

View File

@ -1,6 +1,6 @@
<template>
<div v-loading="loading">
<el-row style="background:#fff;" class="row-container">
<el-row style="background:#fff;" class="row-container" :gutter="15">
<el-col v-if="tableData.length>0" :xs="24" :sm="24" :lg="24">
<alarm-table :tableData="tableData"/>
</el-col>
@ -37,7 +37,7 @@
<span class="card-title">策略信息</span>
</div>
<div style="box-sizing: border-box; height: 250px;padding:20px 15px;" >
</div>
</el-card>
</el-col>
@ -48,7 +48,7 @@
<active-chart ref="activeChart"/>
</el-col>
</el-row>
</div>
</template>
@ -177,5 +177,5 @@ export default {
}
}
}
</style>
</style>