perf(BasicTable): 滑块验证码位置

pull/4/MERGE
xingyuv 2023-03-29 17:42:06 +08:00
parent 227ee04b4f
commit 2593c4457f
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
# 接口地址
VITE_GLOB_BASE_URL = "http://api-dashboard.yudao.iocoder.cn"
VITE_GLOB_BASE_URL = "http://localhost:48080"
# 如果没有跨域问题,直接在这里配置即可
VITE_GLOB_API_URL = /admin-api

View File

@ -150,9 +150,9 @@ export default {
background-color: #fff;
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
left: 50%;
top: 50%;
top: 25%;
border-radius: 5px;
transform: translate(-50%, -50%);
transform: translate(-50%, -25%);
}
.verifybox-top {