zhanghua
2023-02-23 5a685b76c6a54d72bbfe082d85454513e81dcf48
src/views/intelligentPatrol/trendAnalysis/index.vue
@@ -72,7 +72,8 @@
import * as echarts from "echarts";
import basecase from "@/api/operate/basecase";
import { CATEGOTY } from "@/utils/helper";
import MyMap from "@/components/map";
// import MyMap from "@/components/map";
import MyMap from "@/components/map/leafletMap.vue";
export default {
  components: { MyMap },
@@ -164,7 +165,7 @@
        x: data.longitude,
        y: data.latitude,
      };
      this.zoom = 19;
      this.zoom = 18;
      this.mark = { title: data.address };
      basecase
        .getPointTrendAnalysisData({
@@ -205,7 +206,7 @@
    width: 30vw;
    text-align: left;
    height: 100%;
    border: 1px solid #09152f;
    // border: 1px solid #09152f;
    .trend-input-area {
      display: flex;
@@ -232,7 +233,7 @@
        .el-button {
          flex: 1;
          border: 2px solid #09152f;
          // border: 2px solid #09152f;
        }
        .el-button + .el-button {
@@ -256,7 +257,7 @@
  .trend-main {
    flex: 1;
    border: 1px solid #09152f;
    // border: 1px solid #09152f;
    display: flex;
    margin-left: 20px;
    .trend-main-echarts {
@@ -265,11 +266,11 @@
    }
  }
  .trend-footer {
    ::v-deep .el-range-input {
      background-color: #09152f;
    }
  }
  // .trend-footer {
  //   ::v-deep .el-range-input {
  //     // background-color: #09152f;
  //   }
  // }
}
.map {
  height: 100%;