ソースを参照

style: 修复`windwos`下点击注册页面会出现滚动条问题 (#970)

gc 1 年間 前
コミット
593fc1bb26
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/style/login.css

+ 1 - 0
src/style/login.css

@@ -31,6 +31,7 @@
   display: flex;
   align-items: center;
   text-align: center;
+  overflow: hidden;
 }
 
 .login-form {