Browse Source

修改登录页

jingyuanchao 1 năm trước cách đây
mục cha
commit
e66ea6d43b
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/login.vue

+ 2 - 1
src/views/login.vue

@@ -220,13 +220,14 @@ export default {
 }
 
 .login-form {
-  margin-right: 15%;
   border-radius: 6px;
   background: #ffffff;
   width: 544px;
   height: 488px;
   padding: 25px 60px 50px 60px;
   z-index:2;
+  position: absolute;
+  right: 12%;
   .el-input {
     height: 38px;
     input {