zhaoxiaoqiang
2023-09-07 96f3af2ea35e3e104916b78a803afb794d6d9588
src/views/login/index.vue
@@ -8,7 +8,7 @@
      </div>
      <div class="login-form">
        <div class="title-container">
          <div class='title'>权益品后台管理</div>
          权益品后台管理
        </div>
        <el-form ref="loginForm" :model="loginForm" :rules="loginRules" auto-complete="on" label-position="left" v-if="!findPass">
          <div class="login-cont">
@@ -272,7 +272,7 @@
    }
  }
  .login-form {
    // width: 400px;
    width: 300px;
    min-height: 326px;
    display: flex;
    justify-content: center;
@@ -318,15 +318,13 @@
  }
  .title-container {
    .title {
      width: 100%;
      font-size: 32px;
      margin-bottom: 82px;
      color: #333333;
      text-align: center;
      font-weight: bold;
    }
  }
  .show-pwd {
    position: absolute;
    right: 10px;