Browse Source

短信快捷登录样式调整

hangb 7 years ago
parent
commit
0f90254a61
2 changed files with 5 additions and 4 deletions
  1. 4 3
      assets/scss/common.scss
  2. 1 1
      components/login/Login.vue

+ 4 - 3
assets/scss/common.scss

@@ -503,14 +503,15 @@ form .text-position .el-checkbox__inner::after {
   padding: 0;
   width: 93px;
   height: 34px;
+  font-size: 12px;
   text-align: center;
   border: none;
-  color: #000;
-  background: #ccc;
+  color: #fff;
+  background: #5078cb;
 }
 
 .login-form .fastMsg .el-button.code-send{
-  background: #ddd;
+  background: #cccccc;
 }
 //个人注册错误框颜色
 form .el-form-item .el-form-item__content div.active .el-input__inner{

+ 1 - 1
components/login/Login.vue

@@ -266,7 +266,7 @@
           mobile: '',
           code: ''
         },
-        activeTab: 1,
+        activeTab: 0,
         checked: false,
         isShowLoading: false,
         checkUsername: false,