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
7ad16387
Commit
7ad16387
authored
2 years ago
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 易县登录
parent
826c432e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
41 deletions
+1
-41
index.js
src/pages/user/login/template/project/yixian/index.js
+1
-1
index.less
src/pages/user/login/template/project/yixian/index.less
+0
-40
No files found.
src/pages/user/login/template/project/yixian/index.js
View file @
7ad16387
...
@@ -146,7 +146,7 @@ const Login = forwardRef((props, _ref) => {
...
@@ -146,7 +146,7 @@ const Login = forwardRef((props, _ref) => {
<
title
>
{
props
.
global
.
title
||
defaultSetting
.
title
}
<
/title
>
<
title
>
{
props
.
global
.
title
||
defaultSetting
.
title
}
<
/title
>
<
meta
name
=
"description"
content
=
{
props
.
global
.
title
||
defaultSetting
.
title
}
/
>
<
meta
name
=
"description"
content
=
{
props
.
global
.
title
||
defaultSetting
.
title
}
/
>
<
/Helmet
>
<
/Helmet
>
<
div
className
=
{
classnames
(
styles
.
xinganlogin
,
"xinganxian"
)}
>
<
div
className
=
{
classnames
(
styles
.
xinganlogin
)}
>
<
div
className
=
{
styles
[
'inner-wrapper'
]}
>
<
div
className
=
{
styles
[
'inner-wrapper'
]}
>
{
/* <div className={styles['left-imgbox']}></div> */
}
{
/* <div className={styles['left-imgbox']}></div> */
}
<
div
className
=
{
styles
[
'inner-center'
]}
>
<
div
className
=
{
styles
[
'inner-center'
]}
>
...
...
This diff is collapsed.
Click to expand it.
src/pages/user/login/template/project/yixian/index.less
View file @
7ad16387
...
@@ -182,46 +182,6 @@
...
@@ -182,46 +182,6 @@
}
}
:global{
.popover-style{
.@{ant-prefix}-popover-inner-content{
display: flex;
justify-content: center;
align-items: center;
}
.@{ant-prefix}-popover-title{
display: flex;
justify-content: center;
align-items: center;
}
}
}
@keyframes waving {
from {
top: 0;
}
to {
top: 10px;
}
}
@keyframes waving2 {
from {
left: 0;
}
to {
left: -9999px;
}
}
...
...
This diff is collapsed.
Click to expand it.
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