地图编辑

This commit is contained in:
yyy 2025-02-26 09:47:50 +08:00
parent 4ff0e865a9
commit 6db5611af3
2 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@ NODE_ENV=development
VITE_DEV=true 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' # VITE_BASE_URL='http://192.168.0.189:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务 # 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务

View File

@ -2339,20 +2339,20 @@ onUnmounted(() => {
} }
} }
.tool-active {
background: #ebf1ff;
border-bottom: 2px solid #1677ff;
}
.right-tool-active {
background: #ebf1ff !important;
}
.node-text { .node-text {
white-space: nowrap; /* 防止文字自动换行 */ white-space: nowrap; /* 防止文字自动换行 */
} }
} }
.tool-active {
background: #ebf1ff;
border-bottom: 2px solid #1677ff;
}
.right-tool-active {
background: #ebf1ff !important;
}
.drop-down-menu { .drop-down-menu {
.drop-down-menu-item { .drop-down-menu-item {
cursor: pointer; cursor: pointer;