소스 검색

feat: 图形验证码样式调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 5 달 전
부모
커밋
fe531d3d3f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      resource/staticres/css/login-card.css

+ 2 - 1
resource/staticres/css/login-card.css

@@ -113,7 +113,8 @@
 }
 
 .login-card-main .login-card-item .after-input-box .verify-img {
-  border-radius: 20px;
+  width: 100px;
+  border-radius: 6px;
   margin-right: -14px;
 }