Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hnyc-data
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
hnyc-data
Commits
9cc413dc
Commit
9cc413dc
authored
Sep 06, 2021
by
fanyj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图标修改
parent
3f11ae8a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
package-lock.json
package-lock.json
+0
-0
ynlogo.png
src/assets/ynlogo.png
+0
-0
index.js
src/layout/index.js
+6
-6
index.jsx
src/view/Signin/index.jsx
+3
-3
No files found.
package-lock.json
0 → 100644
View file @
9cc413dc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/assets/ynlogo.png
0 → 100644
View file @
9cc413dc
9.91 KB
src/layout/index.js
View file @
9cc413dc
...
...
@@ -11,7 +11,7 @@ import { routes, routeMap } from '../routes';
import
'./index.less'
;
import
{
dispatchLatest
}
from
"../model"
;
import
logo
from
'../assets/logo.png'
;
import
logo
from
'../assets/
yn
logo.png'
;
import
logoHome
from
'../assets/logo_home.png'
;
const
{
Header
,
Sider
,
Content
}
=
Layout
;
...
...
@@ -75,16 +75,16 @@ export const ManageLayout = function ({ content, location }) {
<
img
src
=
{
logo
}
alt
=
""
style
=
{{
width
:
'
1
50px'
,
marginLeft
:
'24px'
}}
style
=
{{
width
:
'
3
50px'
,
marginLeft
:
'24px'
}}
/
>
<
/Link
>
<
Icon
{
/*
<Icon
className="trigger"
type={collapsed ? 'menu-unfold' : 'menu-fold'}
onClick={() => toggle(!collapsed)}
style={{ marginLeft: '16px' }}
/
>
/>
*/
}
<
Logout
/>
...
...
@@ -116,8 +116,8 @@ export const HomeLayout = function ({ content, location }) {
<
Header
style
=
{{}}
className
=
{
'bg-white d-flex home-header'
}
>
<
div
className
=
"mr-3"
>
<
img
src
=
{
logoHome
}
alt
=
""
style
=
{{
maxHeight
:
'2rem'
}}
/
>
{
/*
<img src={logoHome}
alt="" style={{ maxHeight: '2rem' }} />
*/
}
<
/div
>
<
Menu
mode
=
"horizontal"
...
...
src/view/Signin/index.jsx
View file @
9cc413dc
...
...
@@ -7,7 +7,7 @@ import { Open, Assert, ContextPath } from '../../util';
import
{
dispatchLatest
}
from
'../../model'
;
import
loginBG
from
"../../assets/login_bg.png"
;
import
loginLogo
from
"../../assets/
login_
logo.png"
;
import
loginLogo
from
"../../assets/
yn
logo.png"
;
class
_Signin
extends
Component
{
...
...
@@ -49,7 +49,7 @@ class _Signin extends Component{
<
div
className=
"position-absolute"
style=
{
{
top
:
'50%'
,
right
:
'10%'
,
backgroundColor
:
'#fff'
,
width
:
350
,
transform
:
'translateY(-50%)'
}
}
>
<
div
style=
{
{
padding
:
'30px'
}
}
>
<
div
style=
{
{
fontSize
:
25
,
fontWeight
:
800
,
color
:
'#159be9'
}
}
>
欢迎,
</
div
>
<
div
style=
{
{
fontSize
:
15
,
fontWeight
:
500
,
color
:
'#159be9'
,
marginBottom
:
30
}
}
>
湖南烟草数据中台管理系统
</
div
>
<
div
style=
{
{
fontSize
:
15
,
fontWeight
:
500
,
color
:
'#159be9'
,
marginBottom
:
30
}
}
>
云南省交通气象监测数据应用中心
</
div
>
<
Form
onSubmit=
{
this
.
signin
}
className=
"login-form"
>
<
Form
.
Item
>
{
getFieldDecorator
(
'username'
,
{
...
...
@@ -81,7 +81,7 @@ class _Signin extends Component{
</
div
>
<
div
style=
{
{
height
:
'30px'
,
lineHeight
:
'30px'
,
backgroundColor
:
'#f4f4f4'
,
textAlign
:
'center'
,
color
:
'#333'
,
fontSize
:
12
,
fontWeight
:
400
}
}
>
技术支持:广州元曜软件有限公司
</
div
>
</
div
>
<
div
className=
"position-absolute"
style=
{
{
bottom
:
10
,
textAlign
:
'center'
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
400
,
left
:
'50%'
,
transform
:
'translateX(-50%)'
}
}
>
版权所有:湖南省烟草专卖局
</
div
>
{
/* <div className="position-absolute" style={{ bottom: 10, textAlign: 'center', color: '#fff', fontSize: 12, fontWeight: 400, left: '50%', transform: 'translateX(-50%)' }}>版权所有:湖南省烟草专卖局</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