Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
cb83b91a
Commit
cb83b91a
authored
Nov 16, 2023
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 界首登录页定制
parent
f71def64
Pipeline
#81791
passed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.js
src/pages/user/login/template/project/jieshou/index.js
+2
-2
No files found.
src/pages/user/login/template/project/jieshou/index.js
View file @
cb83b91a
...
@@ -186,14 +186,14 @@ const Login = forwardRef((props, _ref) => {
...
@@ -186,14 +186,14 @@ const Login = forwardRef((props, _ref) => {
<
div
<
div
className
=
{
classnames
(
styles
.
jieshouLogin
,
'jieshouLogin'
)}
className
=
{
classnames
(
styles
.
jieshouLogin
,
'jieshouLogin'
)}
onClick
=
{
onShow
}
onClick
=
{
onShow
}
style
=
{{
background
:
`url(
${
bg
}
) no-repeat
center center`
,
backgroundSize
:
'100%
'
}}
style
=
{{
background
:
`url(
${
bg
}
) no-repeat
`
,
backgroundPosition
:
'center
'
}}
>
>
{
show
?
(
{
show
?
(
<
div
className
=
{
classnames
(
styles
[
'wrapper'
])}
>
<
div
className
=
{
classnames
(
styles
[
'wrapper'
])}
>
<
QueueAnim
type
=
"scale"
duration
=
{
1000
}
>
<
QueueAnim
type
=
"scale"
duration
=
{
1000
}
>
<
div
key
=
{
'innerwrapper'
}
className
=
{
classnames
(
styles
[
'inner-wrapper'
])}
>
<
div
key
=
{
'innerwrapper'
}
className
=
{
classnames
(
styles
[
'inner-wrapper'
])}
>
<
div
className
=
{
styles
[
'inner-center'
]}
>
<
div
className
=
{
styles
[
'inner-center'
]}
>
<
div
className
=
{
styles
[
'welcome-title'
]}
>
饮水健康
从源头抓起
<
/div
>
<
div
className
=
{
styles
[
'welcome-title'
]}
>
科学管理
制优质水
供优质水
<
/div
>
<
div
className
=
{
classnames
(
styles
[
'inner-bg'
],
styles
[
'login-part'
])}
ref
=
{
loginFormRef
}
>
<
div
className
=
{
classnames
(
styles
[
'inner-bg'
],
styles
[
'login-part'
])}
ref
=
{
loginFormRef
}
>
{
renderPlatform
()}
{
renderPlatform
()}
<
/div
>
<
/div
>
...
...
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