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