地图编辑
This commit is contained in:
parent
4ff0e865a9
commit
6db5611af3
@ -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 服务
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user