马宇豪
2025-04-23 34ec919649adfefeecd0418284dd7b02e9ed49b8
src/views/login/components/login-form.vue
@@ -11,11 +11,11 @@
                      <el-form-item prop="username">
                            <el-input
                              v-model="loginForm.username"
                              placeholder="请输入用户名"
                              placeholder="请输入用户名(企业用户为企业名称)"
                              name="username"
                              type="text"
                              auto-complete="on"
                              style="padding-top: 3px;padding-bottom: 3px"
                              style="padding-top: 1px;padding-bottom: 3px"
                            />
                      </el-form-item>
                  </el-col>
@@ -36,7 +36,7 @@
                                  name="password"
                                  auto-complete="on"
                                  @keyup.enter.native="handleSubmit"
                                  style="padding-top: 3px;padding-bottom: 3px"
                                  style="padding-top: 1px;padding-bottom: 3px"
                                />
                          </el-form-item>
                      </el-col>
@@ -167,7 +167,7 @@
      }
  .title {
      width: 60px;
      width: 100%;
      height: 122px;
      font-size: 30px;
      font-family: PingFangSC-Medium, PingFang SC;
@@ -176,6 +176,8 @@
      line-height: 42px;
      margin: auto;
      padding-top: 40px;
      text-align: center;
      letter-spacing: 4px;
  }
  .loginForm_username{
      width: 364px;
@@ -209,6 +211,8 @@
      height: 44px;
      background: #CC1420;
      border-radius: 4px;
      line-height: 44px;
      padding: 0 20px;
  }
  .loginForm_register_button_login{
      width: 32px;
@@ -222,6 +226,8 @@
  .loginForm_register_button {
      width: 364px;
      height: 44px;
      line-height: 44px;
      padding: 0 20px;
      border-radius: 4px;
      border: 1px solid #120C3F;
  }