perf(BasicTable): 滑块验证码位置
parent
227ee04b4f
commit
2593c4457f
|
@ -13,7 +13,7 @@ VITE_BUILD_COMPRESS = 'gzip'
|
||||||
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
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
|
VITE_GLOB_API_URL = /admin-api
|
||||||
|
|
||||||
|
|
|
@ -150,9 +150,9 @@ export default {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
|
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 25%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.verifybox-top {
|
.verifybox-top {
|
||||||
|
|
Loading…
Reference in New Issue