|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<section class="mainbox">
|
|
|
+ <!-- topBox start -->
|
|
|
<div class="topBox">
|
|
|
<div class="column statisSec">
|
|
|
<statis-top></statis-top>
|
|
@@ -25,7 +26,6 @@
|
|
|
<option value="4">月</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
-
|
|
|
<pie-chart></pie-chart>
|
|
|
<div class="panel-footer"></div>
|
|
|
</div>
|
|
@@ -36,6 +36,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!-- topBox end -->
|
|
|
+
|
|
|
+
|
|
|
+ <!-- bottomBox start -->
|
|
|
<div class="bottomBox">
|
|
|
<div class="column">
|
|
|
<div class="panel currentUsage" style="height: 100%">
|
|
@@ -62,6 +66,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!-- bottomBox end -->
|
|
|
+
|
|
|
</section>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -72,6 +78,8 @@ import pieChart from "./components/pieChart";
|
|
|
import barChart from "./components/barChart";
|
|
|
import lineChart from "./components/lineChart";
|
|
|
import mapStaticTop from "./components/mapStaticTop";
|
|
|
+
|
|
|
+
|
|
|
// 地图
|
|
|
import AMap from "AMap";
|
|
|
import AMapUI from "AMapUI";
|
|
@@ -265,6 +273,7 @@ export default {
|
|
|
right:.15rem;
|
|
|
width: 3rem;
|
|
|
height:.425rem;
|
|
|
+ font-size:.15rem
|
|
|
|
|
|
}
|
|
|
.el-icon-search{
|
|
@@ -286,22 +295,6 @@ color:#fff;
|
|
|
|
|
|
}
|
|
|
|
|
|
-input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
|
|
|
- color:#fff;
|
|
|
-}
|
|
|
-
|
|
|
-input:-moz-placeholder, textarea:-moz-placeholder {
|
|
|
- color:#fff;
|
|
|
-}
|
|
|
-
|
|
|
-input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
- color:#fff;
|
|
|
-}
|
|
|
-
|
|
|
-input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
|
- color:#fff;
|
|
|
-}
|
|
|
-
|
|
|
#poiInfo {
|
|
|
background: #fff;
|
|
|
}
|
|
@@ -368,4 +361,6 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
|
/* Chrome Safari */
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
</style>
|