现场代码同步

This commit is contained in:
GGJ
2024-05-16 17:55:09 +08:00
parent 7167d52de4
commit eb3713f8cf
7 changed files with 46 additions and 29 deletions

View File

@@ -1,9 +1,9 @@
<!-- 稳态 -->
<template>
<!-- 终端 -->
<el-dialog draggable title="稳态指标超标占比统计" v-model="dialogVisible" width="1400px">
<el-dialog draggable title="稳态指标超标占比统计" v-model="dialogVisible" width="800">
<el-row style="height: 330px" :gutter="20">
<el-col :span="12">
<el-col :span="23">
<div class="title">
<span>稳态指标超标占比</span>
</div>
@@ -37,14 +37,14 @@
</el-row>
</div>
</el-col>
<el-col :span="12">
<!-- <div class="title">
<!-- <el-col :span="12">
<div class="title">
<span>稳态电能质量水平评估环比变化</span>
</div>
<div class="pie">
<div style="height: 260px; width: 100%" ref="chartRef"></div>
</div> -->
</el-col>
</div>
</el-col> -->
</el-row>
</el-dialog>
</template>