This commit is contained in:
jiask 2025-10-13 09:29:38 +08:00
parent ef9d08eeb2
commit e7144e35b5
1 changed files with 45 additions and 45 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="dashboard-editor-container"> <div class="dashboard-editor-container">
<h3 style="font-weight: 600;">数据总览</h3> <!-- <h3 style="font-weight: 600;">数据总览</h3>
<panel-group :topData="topAreaOptions"/> <panel-group :topData="topAreaOptions"/>
<el-row> <el-row>
<el-col :span="16"> <el-col :span="16">
@ -51,7 +51,7 @@
</el-col> </el-col>
</el-row> </el-row>
-->
</div> </div>
</template> </template>