| | |
| | | </div> |
| | | </div> |
| | | <div class="trend-main"> |
| | | |
| | | <div class="map"> |
| | | <MyMap></MyMap> |
| | | </div> |
| | | <div class="trend-main-echarts" id="echarts"> |
| | | |
| | | </div> |
| | |
| | | import * as echarts from 'echarts' |
| | | import basecase from "@/api/operate/basecase"; |
| | | import { CATEGOTY } from "@/utils/helper"; |
| | | import MyMap from "@/components/map"; |
| | | |
| | | export default { |
| | | components :{MyMap}, |
| | | created() { |
| | | this.searchList() |
| | | }, |
| | |
| | | <style lang="scss" scoped> |
| | | .trend-analysis { |
| | | height: 100%; |
| | | padding: 10vh 10vw; |
| | | padding: 10vh 0vw; |
| | | color: #4b9bb7; |
| | | display: flex; |
| | | |
| | |
| | | .trend-main { |
| | | flex: 1; |
| | | border: 1px solid #09152f; |
| | | |
| | | display: flex; |
| | | .trend-main-echarts { |
| | | width: 500px; |
| | | height: 400px; |
| | |
| | | } |
| | | } |
| | | } |
| | | .map { |
| | | height: 488px; |
| | | min-width: 460px; |
| | | } |
| | | </style> |