From 6069325e1a37cf0462afda1627d4c660735dc57e Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期二, 16 七月 2024 09:51:56 +0800 Subject: [PATCH] 版本更新 --- src/views/mapView/mapView.vue | 41 +++++++++++++++++++++++------------------ 1 files changed, 23 insertions(+), 18 deletions(-) diff --git a/src/views/mapView/mapView.vue b/src/views/mapView/mapView.vue index 3c3cf81..d5bc224 100644 --- a/src/views/mapView/mapView.vue +++ b/src/views/mapView/mapView.vue @@ -28,23 +28,28 @@ return { errInfoMessage: null, errInfoFlag: false, - lengedList: [{ - name: "鍐涗簨鐩爣", - color: "#409EFF" - }, { - name: "鏀挎不鐩爣", - color: "#FFFF00" - }, { - name: "缁忔祹鐩爣", - color: "#FFA500" - }, { - name: "绀句細鐩爣", - color: "#000000" - }, { - name: "姘戝畢", - color: "#808080" - } - ] + lengedList:[ + { + name: "鍐涗簨鐩爣", + color: "#73afff" + }, + { + name: "鏀挎不鐩爣", + color: "#fffd72" + }, + { + name: "缁忔祹鐩爣", + color: "#fabc56" + }, + { + name: "绀句細鐩爣", + color: "#272424" + }, + { + name: "姘戝畢", + color: "#979696" + } + ] }; }, computed: { @@ -132,7 +137,7 @@ } .mapLenged .mapcolor { - width: 100px; + width: 60px; height: 30px; } -- Gitblit v1.9.3