Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-weichat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj_app
saas-weichat
Commits
9a02e3af
You need to sign in or sign up before continuing.
Commit
9a02e3af
authored
Feb 18, 2025
by
yanglang123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改pc端样式
parent
f5950d3b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
17 deletions
+15
-17
src/components/login/login.css
+6
-0
src/components/login/login.less
+8
-2
src/components/login/loginForm.jsx
+1
-15
No files found.
src/components/login/login.css
View file @
9a02e3af
...
...
@@ -69,11 +69,17 @@
width
:
100%
;
margin
:
0
auto
;
border-radius
:
12px
;
/* 平板(≥768px) */
}
.login
.login-container
.login-form
.login-form-item
.login-form-input-container
.login-form-single-label
{
font-size
:
32px
;
font-weight
:
bold
;
}
@media
(
min-width
:
430px
)
{
.login
.login-container
.login-form
.login-form-item
.login-form-input-container
.login-form-single-container
{
height
:
86px
;
}
}
.login
.login-container
.login-form
.login-form-item
.login-form-input-container
.login-form-single-container
{
width
:
100%
;
padding
:
22px
24px
;
...
...
src/components/login/login.less
View file @
9a02e3af
...
...
@@ -50,7 +50,7 @@
.login-input-top-icon {
width: 1.5rem;
height: 1.5rem;
margin-bottom: .6rem;
margin-bottom:
0
.6rem;
}
.login-input-top-font {
color: #f5222d;
...
...
@@ -65,9 +65,15 @@
font-size: 32px;
font-weight: bold;
}
/* 平板(≥768px) */
@media (min-width: 430px) {
.login-form-single-container {
height: 86px;
}
}
.login-form-single-container {
width: 100%;
padding:22px 24px;
padding:
22px 24px;
border: 1px solid #d23a29;
border-radius: 5px;
margin-bottom: 45px;
...
...
src/components/login/loginForm.jsx
View file @
9a02e3af
...
...
@@ -480,7 +480,6 @@ class LoginForm extends Component {
</
div
>
</
div
>
<
div
className=
"login-form-input-container"
>
{
/* <div className="login-form-single-label">用户名</div> */
}
<
div
className=
"login-form-single-container"
onClick=
{
this
.
usernameInputClick
}
...
...
@@ -500,12 +499,6 @@ class LoginForm extends Component {
/>
</
div
>
</
div
>
{
/* <div
className="login-form-single-label"
style={{ marginTop: "15px", marginTop: "40px" }}
>
密码
</div> */
}
<
div
className=
"login-form-single-container"
onClick=
{
this
.
passwordInputClick
}
...
...
@@ -540,19 +533,12 @@ class LoginForm extends Component {
)
}
</
div
>
</
div
>
{
/* <div
className="login-form-single-label"
style={{ marginTop: "15px", marginTop: "40px" }}
>
验证码
</div> */
}
<
div
className=
"login-form-single-container"
style=
{
{
display
:
"flex"
,
justifyContent
:
"space-between"
,
alignItems
:
"center"
,
padding
:
"10px 24px"
,
}
}
>
<
div
className=
"form-item"
>
...
...
@@ -570,7 +556,7 @@ class LoginForm extends Component {
/>
</
div
>
<
img
style=
{
{
height
:
"
68px
"
}
}
style=
{
{
height
:
"
100%
"
}
}
src=
{
`https://hqjddj.shanghaiairport.com/system/api//public/getCaptcha?companyCode=zhdj&siteCode=edu&captchaKey=${this.state.captchaKey}`
}
onClick=
{
()
=>
{
this
.
getCaptchaKey
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment