From 2593c4457f7919366b12fca252b231ea0c72d18e Mon Sep 17 00:00:00 2001 From: xingyuv Date: Wed, 29 Mar 2023 17:42:06 +0800 Subject: [PATCH] =?UTF-8?q?perf(BasicTable):=20=E6=BB=91=E5=9D=97=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 2 +- src/components/Verifition/src/Verify.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.test b/.env.test index efb236e2..d9bc0a9c 100644 --- a/.env.test +++ b/.env.test @@ -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 diff --git a/src/components/Verifition/src/Verify.vue b/src/components/Verifition/src/Verify.vue index 09b94fff..576a7b8d 100644 --- a/src/components/Verifition/src/Verify.vue +++ b/src/components/Verifition/src/Verify.vue @@ -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 {