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

View File

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

View File

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

View File

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