|
@@ -1,11 +1,12 @@
|
|
|
<template>
|
|
|
<div class="tdsy">
|
|
|
<div class="box1">
|
|
|
+ <Title title='资源供应'></Title>
|
|
|
<div class="title">
|
|
|
- <div>
|
|
|
+ <!-- <div>
|
|
|
<div class="icon"></div>
|
|
|
<span>资源供应</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<div class="selectTab left_tab">
|
|
|
<el-select v-model="left_value" placeholder="请选择" :popper-append-to-body="false" @change="changeChartsLeft">
|
|
@@ -124,13 +125,13 @@ import { QueryOne, QueryList } from "../../api/cockpitNew";
|
|
|
import pie3d from "../../components/echartsTemplate/3dPie.vue";
|
|
|
import DialWatch from "./common/DialWatch.vue";
|
|
|
import Graph3D from "./common/Graph3D.vue";
|
|
|
-
|
|
|
+import Title from './common/Title.vue';
|
|
|
import parse from "wellknown";
|
|
|
import * as tdsy from "./js/tdsy";
|
|
|
let dataSources = {};
|
|
|
import { mapState, mapGetters } from "vuex";
|
|
|
export default {
|
|
|
- components: { pie3d, DialWatch, Graph3D },
|
|
|
+ components: { pie3d, DialWatch, Graph3D, Title },
|
|
|
data() {
|
|
|
return {
|
|
|
vector_data: null,
|
|
@@ -1237,23 +1238,23 @@ export default {
|
|
|
box-shadow: none;
|
|
|
|
|
|
.title {
|
|
|
- border-width: 0px;
|
|
|
- width: 100%;
|
|
|
- height: 36px;
|
|
|
- background: no-repeat;
|
|
|
- background-image: url("/static/images/overview/titlebox.gif");
|
|
|
+ // border-width: 0px;
|
|
|
+ // width: 100%;
|
|
|
+ // height: 36px;
|
|
|
+ // background: no-repeat;
|
|
|
+ // background-image: url("/static/images/overview/titlebox.gif");
|
|
|
// background-size: 100% 100%;
|
|
|
- display: flex;
|
|
|
+ // display: flex;
|
|
|
justify-content: space-between;
|
|
|
position: relative;
|
|
|
|
|
|
- span {
|
|
|
- color: #fff;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: bold;
|
|
|
- position: relative;
|
|
|
- bottom: 1.8rem;
|
|
|
- }
|
|
|
+ // span {
|
|
|
+ // color: #fff;
|
|
|
+ // font-size: 14px;
|
|
|
+ // font-weight: bold;
|
|
|
+ // position: relative;
|
|
|
+ // bottom: 1.8rem;
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
.left_tab {
|