Browse Source

style: 滑块验证码居中

main
xingyuv 2 years ago
parent
commit
047211bfc9
  1. 4
      src/components/Verifition/src/Verify.vue

4
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: 25%;
top: 50%;
border-radius: 5px;
transform: translate(-50%, -25%);
transform: translate(-50%, -50%);
}
.verifybox-top {