This commit is contained in:
gtz217 2021-12-17 18:28:11 +08:00
parent eb3288b3ed
commit 57b92d146a
4 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
<!--
* @Author: zwq
* @Date: 2021-11-19 10:55:33
* @LastEditors: zwq
* @LastEditTime: 2021-12-17 15:08:06
* @LastEditors: gtz
* @LastEditTime: 2021-12-17 17:16:10
* @Description:
-->
<template>
@ -28,7 +28,7 @@
style="font-size: 16px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;"
>
<icon-svg style="position: relative; top: 2px" class="iconClass" name="甲醇"></icon-svg>
甲醇流量立方米<strong style="font-size: 32px; color: #f78c3e">123,109</strong>
甲醇流量立方米<strong style="font-size: 32px; color: #403ef7">123,109</strong>
</p>
<p style="font-size: 14px; text-indent: 20px;">昨日甲醇流量(立方米)1145</p>
</el-col>

View File

@ -1,8 +1,8 @@
<!--
* @Author: zwq
* @Date: 2021-11-19 10:55:33
* @LastEditors: zwq
* @LastEditTime: 2021-12-17 15:08:36
* @LastEditors: gtz
* @LastEditTime: 2021-12-17 17:16:51
* @Description:
-->
<template>
@ -28,7 +28,7 @@
style="font-size: 16px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;"
>
<icon-svg style="position: relative; top: 2px" class="iconClass" name="丙烷"></icon-svg>
丙烷流量立方米<strong style="font-size: 32px; color: #f78c3e">123,109</strong>
丙烷流量立方米<strong style="font-size: 32px; color: #1eece3">123,109</strong>
</p>
<p style="font-size: 14px; text-indent: 20px;">昨日丙烷流量(立方米)1145</p>
</el-col>

View File

@ -2,18 +2,18 @@
* @Author: zwq
* @Date: 2021-11-19 10:55:33
* @LastEditors: gtz
* @LastEditTime: 2021-12-16 20:15:35
* @LastEditTime: 2021-12-17 18:20:17
* @Description:
-->
<template>
<div class="chart-container">
<el-row>
<el-col :span="4">
<el-col :span="2">
<div class="kiln-electric-treebox">
<el-tree :data="yaoluList" @node-click="handleNode" />
</div>
</el-col>
<el-col :span="20">
<el-col :span="22">
<el-card class="base-container" style="min-height: 540px">
<el-row style="position: absolute; z-index: 10; right: 20px">
<el-checkbox-group size="small" :min="1" v-model="chartType" style="float: left">

View File

@ -151,7 +151,7 @@
></icon-svg>
<span>窑炉用气分析</span>
</template>
<el-menu-item
<!-- <el-menu-item
index="sulfur-dioxide"
@click="$router.push({ name: 'energy-sulfur-dioxide' })"
>
@ -160,7 +160,7 @@
class="site-sidebar__menu-icon"
></icon-svg>
<span slot="title">二氧化硫流量分析</span>
</el-menu-item>
</el-menu-item> -->
<el-menu-item
index="methanol"
@click="$router.push({ name: 'energy-methanol' })"