This commit is contained in:
xhf 2025-02-27 14:39:31 +08:00
parent 8640a7f8ed
commit 3e7e77de34
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ NODE_ENV=development
VITE_DEV=true VITE_DEV=true
# 请求路径 # 请求路径
VITE_BASE_URL='http://192.168.0.172:48080' VITE_BASE_URL='http://192.168.0.74: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

@ -239,7 +239,7 @@
placement="top" placement="top"
v-if="item.type == 1" v-if="item.type == 1"
> >
<div :style="{ width: 10 * radio + 'px', height: 10 * radio + 'px', background: '#1890ff'}"> <div :style="{ width: 10 * radio + 'px', height: 10 * radio + 'px', background: '#000',borderRadius:'50%'}">
</div> </div>
</el-tooltip> </el-tooltip>
</div> </div>