From 3b62b7eaa4f24da56353f56de8fe22240bfb7834 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 01 四月 2021 15:06:30 +0800 Subject: [PATCH] 修改命名规范 --- src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue b/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue index cdad7bf..614e424 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue @@ -1,5 +1,13 @@ <template> - <div style="width:750px;height:260px;" id="echarts" ref="main"></div> + <div id="Tab"> + <div class="Infomation"> + <el-tag>姘哀鍖栫墿 : 29.93 鏍囧噯 : 100</el-tag> + <el-tag>浜屾哀鍖栫~ : 17.34 鏍囧噯 : 50</el-tag> + <el-tag>鐑熷皹 : 6.93 鏍囧噯 : 30</el-tag> + <el-tag>搴熸皵娴侀噺 : 120343.18</el-tag> + </div> + <div style="width:750px;height:260px;" id="echarts" ref="main"></div> + </div> </template> <script> @@ -174,6 +182,18 @@ </script> <style scoped lang="less"> + .Infomation{ + margin-left: 10px; + } + .el-tag{ + height: 25px; + line-height: 25px; + margin-right: 10px; + font-size: 10px; + background-color: rgba(0, 255, 246, 0.14); + color: #00d0f9; + border: none; + } #echarts{ margin: 0; padding: 0; -- Gitblit v1.8.0