diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 0ea1764dcae0ddbf8951aafdd813475f6e6a937d..a65d8bf503b3d717153da97472ec2f3ace2ca8b0 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -170,14 +170,14 @@ $light_gray:#eee;
 </style>
 
 <style rel="stylesheet/scss" lang="scss" scoped>
-@import "src/styles/mixin.scss";
 $bg:#2d3a4b;
 $dark_gray:#889aa4;
 $light_gray:#eee;
 
 .login-container {
-  @include relative;
-  height: 100vh;
+  position: fixed;
+  height: 100%;
+  width: 100%;
   background-color: $bg;
   .login-form {
     position: absolute;