소스 검색

feat: 图形验证码样式调整

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

+ 8 - 0
resource/staticres/css/common.css

@@ -216,4 +216,12 @@ dd,dt {
 .page-main-t72{
   margin-top: 72px;
   margin-bottom: 140px;
+}
+
+.plugin-login-auth-container .login-auth--form .verify-img-group{
+  right: 4px!important;
+}
+.plugin-login-auth-container .login-auth--form .verify-img{
+  width: 100px!important;
+  border-radius: 6px!important;
 }