zhengjinyi před 5 roky
rodič
revize
86b61d70d6
2 změnil soubory, kde provedl 2 přidání a 13 odebrání
  1. 1 1
      src/views/club/list.vue
  2. 1 12
      src/views/login/index.vue

+ 1 - 1
src/views/club/list.vue

@@ -61,7 +61,7 @@
         </template>
       </el-table-column>
       <el-table-column label="账号" width="150" align="center" prop="account" />
-      <el-table-column label="会所名称" align="center" prop="name" />
+      <el-table-column label="会所名称" width="200" align="center" prop="name" />
       <el-table-column label="联系人" width="100" align="center" prop="linkMan" />
       <el-table-column label="手机号" width="110" align="center" prop="bindMobile" />
       <el-table-column class-name="status-col" label="上线状态" width="150" align="center" prop="status">

+ 1 - 12
src/views/login/index.vue

@@ -148,17 +148,14 @@ export default {
 <style lang="scss" scoped>
 /* 修复input 背景不协调 和光标变色 */
 /* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
-
-$bg :#283443;
+$bg:#283443;
 $light_gray: #fff;
 $cursor: #fff;
-
 @supports (-webkit-mask: none) and (not (cater-color: $cursor)) {
   .login-container .el-input input {
     color: $cursor;
   }
 }
-
 /* reset element-ui css */
 .login-container {
   .el-input {
@@ -174,14 +171,12 @@ $cursor: #fff;
       color: $light_gray;
       height: 47px;
       caret-color: $cursor;
-
       &:-webkit-autofill {
         box-shadow: 0 0 0px 1000px $bg inset !important;
         -webkit-text-fill-color: $cursor !important;
       }
     }
   }
-
   .el-form-item {
     border: 1px solid rgba(255, 255, 255, 0.1);
     background: rgba(0, 0, 0, 0.1);
@@ -190,18 +185,15 @@ $cursor: #fff;
   }
 }
 </style>
-
 <style lang="scss" scoped>
 $bg:#2d3a4b;
 $dark_gray:#889aa4;
 $light_gray:#ffffff;
-
 .login-container {
   min-height: 100%;
   width: 100%;
   background-color: $bg;
   overflow: hidden;
-
   .login-form {
     position: relative;
     width: 450px;
@@ -212,7 +204,6 @@ $light_gray:#ffffff;
     background: $bg;
     border-radius: 8px;
   }
-
   .tips {
     font-size: 14px;
     color: #fff;
@@ -224,7 +215,6 @@ $light_gray:#ffffff;
       }
     }
   }
-
   .svg-container {
     padding: 6px 5px 6px 15px;
     color: $dark_gray;
@@ -232,7 +222,6 @@ $light_gray:#ffffff;
     width: 30px;
     display: inline-block;
   }
-
   .title-container {
     position: relative;
     .logo{