Browse Source

style:修改卡片宽度让其能够完全展示版本信息

zhouyuhao 8 months ago
parent
commit
024b6276e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Login/src/components/ChangePasswordCard.vue

+ 1 - 1
src/views/Login/src/components/ChangePasswordCard.vue

@@ -257,7 +257,7 @@ onUnmounted(() => {
 }
 
 .login-card {
-  width: 400px;
+  width: 410px;
   border-radius: 12px;
   .title {
     display: flex;