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
922c788c
Commit
922c788c
authored
Jun 17, 2024
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 普兰店登录页修改
parent
77d5fb8b
Pipeline
#89891
passed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
+15
-4
下载.png
...pages/user/login/template/project/pulandian/images/下载.png
+0
-0
index.js
src/pages/user/login/template/project/pulandian/index.js
+5
-1
index.less
src/pages/user/login/template/project/pulandian/index.less
+10
-3
No files found.
src/pages/user/login/template/project/pulandian/images/下载.png
0 → 100644
View file @
922c788c
This diff was suppressed by a .gitattributes entry.
src/pages/user/login/template/project/pulandian/index.js
View file @
922c788c
...
...
@@ -23,6 +23,7 @@ import styles from './index.less';
import
Account
from
'../../../js/useAccount'
;
import
{
defaultApp
}
from
'../../../../../../micro'
;
import
bg
from
'./images/4.jpg'
;
import
download
from
'./images/下载.png'
;
const
PopOvercontent
=
()
=>
{
const
qrcodes
=
window
.
globalConfig
&&
window
.
globalConfig
.
qrcode
;
...
...
@@ -205,7 +206,10 @@ const Login = forwardRef((props, _ref) => {
<
div
className
=
{
classnames
(
styles
[
'inner-bg'
],
styles
[
'login-part'
])}
ref
=
{
loginFormRef
}
>
{
renderPlatform
()}
<
div
className
=
{
styles
[
'download-link'
]}
>
<
a
href
=
'https://gis.panda-water.cn/codedownpage/index.html'
target
=
{
"_blank"
}
>
点击下载
APP
<
/a
>
<
a
href
=
'https://gis.panda-water.cn/codedownpage/index.html'
target
=
{
"_blank"
}
>
<
img
src
=
{
download
}
style
=
{{
width
:
'14px'
,
marginRight
:
'4px'
}}
/
>
点击下载
APP
<
/a
>
<
/div
>
<
/div
>
<
/div
>
...
...
src/pages/user/login/template/project/pulandian/index.less
View file @
922c788c
...
...
@@ -33,6 +33,12 @@
text-align: center;
color: rgb(0, 135, 247);
margin-top: -10px;
a {
display: flex;
justify-content: center;
align-items: center;
}
}
&>div {
...
...
@@ -55,7 +61,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
top:
22
0px;
top:
19
0px;
// left: calc(50% - 268.5px);
z-index: 50;
...
...
@@ -86,7 +92,8 @@
border-radius: 15px;
z-index: 2;
backdrop-filter: blur(6px);
margin-top: 50px;
margin-top: 80px;
background: hsla(0, 0%, 100%, .5);
}
.welcome-title {
...
...
@@ -148,7 +155,7 @@
font-weight: 400;
color: #fff;
line-height: 55px;
text-shadow: 0px 1px 10px #
A3AFC7
;
text-shadow: 0px 1px 10px #
080808
;
line-height: 1;
margin-left: 10px;
}
...
...
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