登录页面禁止上下滚动
This commit is contained in:
@@ -64,11 +64,12 @@ async function submit() {
|
||||
|
||||
<style scoped>
|
||||
.login {
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: linear-gradient(135deg, #1f2d3d 0%, #3a506b 100%);
|
||||
overflow: hidden;
|
||||
}
|
||||
.card {
|
||||
width: 360px;
|
||||
|
||||
Reference in New Issue
Block a user