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
7831ab33
Commit
7831ab33
authored
Mar 12, 2025
by
陶晶晶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:五粮液登录页面优化
parent
32d75b04
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
扫码.png
...es/user/login/template/project/wuliangyenew/images/扫码.png
+0
-0
index.js
src/pages/user/login/template/project/wuliangyenew/index.js
+4
-3
index.less
...pages/user/login/template/project/wuliangyenew/index.less
+7
-0
No files found.
src/pages/user/login/template/project/wuliangyenew/images/扫码.png
0 → 100644
View file @
7831ab33
This diff was suppressed by a .gitattributes entry.
src/pages/user/login/template/project/wuliangyenew/index.js
View file @
7831ab33
...
...
@@ -28,6 +28,7 @@ import bg from './images/五粮液背景.png';
import
titleLogo
from
'./images/五粮液logo.png'
;
import
textIcon
from
'./images/五粮液标语.png'
;
import
bg2
from
'./images/bg2.png'
;
import
qrcodePng
from
'./images/扫码.png'
;
const
Cripples
=
require
(
'@/assets/js/ripples/jquery.ripples'
);
const
PopOvercontent
=
()
=>
{
...
...
@@ -189,7 +190,7 @@ const Login = forwardRef((props, _ref) => {
<
div
className
=
{
classnames
(
styles
.
dawuLogin
,
'dawuLogin'
)}
onClick
=
{
onShow
}
style
=
{{
background
:
`url(
${
bg
}
)
no-repeat center center`
,
backgroundSize
:
'100%'
}}
style
=
{{
background
:
`url(
${
bg
}
)
`
}}
>
{
show
?
(
<
div
className
=
{
classnames
(
styles
[
'wrapper'
])}
>
...
...
@@ -207,14 +208,14 @@ const Login = forwardRef((props, _ref) => {
<
/div
>
<
/div
>
<
/div
>
{
/*
<Popover
<
Popover
content
=
{
PopOvercontent
}
title
=
"扫码下载APP"
placement
=
"right"
overlayClassName
=
{
'popover-style'
}
>
<
img
src
=
{
qrcodePng
}
alt
=
"APP"
className
=
{
styles
[
'qrcode-box'
]}
/
>
</Popover>
*/
}
<
/Popover
>
<
/div
>
<
/QueueAnim
>
...
...
src/pages/user/login/template/project/wuliangyenew/index.less
View file @
7831ab33
...
...
@@ -8,6 +8,13 @@
justify-content: center;
align-items: center;
background-size: 100% 100%;
/* 关键属性:覆盖整个容器 */
background-position: center;
/* 图片居中显示 */
background-repeat: no-repeat;
/* 禁止重复 */
.caseHide {
display: none !important;
}
...
...
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