Преглед изворни кода

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;
 }