diff --git a/sgzb-ui/package.json b/sgzb-ui/package.json index 0f2820f8..9c81dd3e 100644 --- a/sgzb-ui/package.json +++ b/sgzb-ui/package.json @@ -39,7 +39,7 @@ "@riophae/vue-treeselect": "0.4.0", "axios": "0.24.0", "clipboard": "2.0.8", - "core-js": "3.25.3", + "core-js": "^3.38.0", "echarts": "5.4.0", "element-ui": "2.15.13", "file-saver": "^2.0.5", diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/component/MapDIalog.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/component/MapDIalog.vue index 0e6c868a..2efdc2ee 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/component/MapDIalog.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/component/MapDIalog.vue @@ -3,11 +3,9 @@ @@ -40,18 +38,148 @@ >
{{ engineering }}工程
- - -
+ + + + + +
+
1
+
+
    +
  • 0KM
  • +
  • 22秒
  • +
  • 5KM/h
  • +
  • 0KM/h
  • +
+
    +
  • 里程
  • +
  • 行驶时长
  • +
  • 最大速度
  • +
  • 平均速度
  • +
+ +
+
+ + 2024-07-18 01:18:53 +
+

安徽省------

+
+
+
+ + 2024-07-18 01:18:53 +
+

安徽省------

+
+
+
+
+
1
+
+
    +
  • 0KM
  • +
  • 22秒
  • +
  • 5KM/h
  • +
  • 0KM/h
  • +
+
    +
  • 里程
  • +
  • 行驶时长
  • +
  • 最大速度
  • +
  • 平均速度
  • +
+ +
+
+ + 2024-07-18 01:18:53 +
+

安徽省------

+
+
+
+ + 2024-07-18 01:18:53 +
+

安徽省------

+
+
+
+
+
1
+
+
    +
  • 0KM
  • +
  • 22秒
  • +
  • 5KM/h
  • +
  • 0KM/h
  • +
+
    +
  • 里程
  • +
  • 行驶时长
  • +
  • 最大速度
  • +
  • 平均速度
  • +
+ +
+
+ + 2024-07-18 01:18:53 +
+

安徽省------

+
+
+
+ + 2024-07-18 01:18:53 +
+

安徽省------

+
+
+
+
+ +
+
+ 1 + 2024-07-18 01:18:53 + 1时19分 +
+

安徽省------

+
+
+ 报警 +
+
+ + +
+
+
@@ -59,8 +187,15 @@ @@ -220,4 +376,93 @@ export default { font-size: 15px; margin-top: 10px; } + +.map-container { + margin-top: 8px; + + .map-left { + height: 500px; + } +} +::v-deep .el-tabs__nav { + width: 100%; + display: flex; + + .el-tabs__item { + flex: 1; + text-align: center; + } +} + +::v-deep .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active { + color: #fff; + background-color: #1890ff; +} + +::v-deep .el-tabs--border-card > .el-tabs__content { + padding: 0; + height: 460px; + overflow: auto; +} + +.trip-container { + display: flex; + margin-bottom: 3px; + .left-num { + width: 16px; + display: flex; + align-items: center; + justify-content: center; + background-color: #e7f3ff; + } + + .right-info { + flex: 1; + padding: 8px; + background-color: #e8eaed; + ul { + padding: 0; + margin: 0; + list-style: none; + display: flex; + li { + flex: 1; + text-align: center; + } + + &:first-child li { + color: #409eff; + } + } + + .time-container { + padding-left: 15px; + span { + display: inline-block; + height: 20px; + line-height: 20px; + } + } + + .radius-span { + margin-right: 3px; + width: 20px; + text-align: center; + border-radius: 15px; + background-color: #409eff; + color: #fff; + } + } +} + +h3 { + padding: 0 0 0 15px; + margin: 5px 0 0 0; + font-size: 16px; + color: #000; +} + +.point-container { + padding: 8px; +} diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue index 167f5aa5..6127451e 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue @@ -7,7 +7,7 @@ size="small" :inline="true" v-show="showSearch" - label-width="68px" + label-width="80px" > - +