diff --git a/.env.local b/.env.local index a3752946..c22b406f 100644 --- a/.env.local +++ b/.env.local @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://192.168.0.74:48080' +VITE_BASE_URL='http://192.168.0.172:48080' # VITE_BASE_URL='http://192.168.0.189:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 diff --git a/src/views/mapPage/realTimeMap/editMap.vue b/src/views/mapPage/realTimeMap/editMap.vue index 30ceb29e..dd996c1f 100644 --- a/src/views/mapPage/realTimeMap/editMap.vue +++ b/src/views/mapPage/realTimeMap/editMap.vue @@ -2339,20 +2339,20 @@ onUnmounted(() => { } } - .tool-active { - background: #ebf1ff; - border-bottom: 2px solid #1677ff; - } - - .right-tool-active { - background: #ebf1ff !important; - } - .node-text { white-space: nowrap; /* 防止文字自动换行 */ } } +.tool-active { + background: #ebf1ff; + border-bottom: 2px solid #1677ff; +} + +.right-tool-active { + background: #ebf1ff !important; +} + .drop-down-menu { .drop-down-menu-item { cursor: pointer;