现场代码同步
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user