style: 滑块验证码居中

pull/4/MERGE
xingyuv 2023-03-27 16:26:33 +08:00
parent a640f3822f
commit 047211bfc9
1 changed files with 2 additions and 2 deletions

View File

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