From b424122c2aff5c43ddd9686599419d1c92ef80bb Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Mar 2026 11:37:09 +0800
Subject: [PATCH] 修改端口
---
src/views/login/components/login-form.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/views/login/components/login-form.vue b/src/views/login/components/login-form.vue
index cff96d7..cf5c1c0 100644
--- a/src/views/login/components/login-form.vue
+++ b/src/views/login/components/login-form.vue
@@ -1,7 +1,7 @@
<template>
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" :inline="false" class="loginForm" @keydown.enter.native="handleSubmit">
<div class="title-container">
- <div class="title">登录</div>
+ <div class="title">登1录</div>
<div class="loginForm_username">
<el-row class="loginForm-row">
<el-col :span="3">
@@ -11,7 +11,7 @@
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
- placeholder="请输入用户名"
+ placeholder="请输入用户名(企业用户为企业名称)"
name="username"
type="text"
auto-complete="on"
@@ -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;
}
--
Gitblit v1.9.2