Commit 9cc413dc by fanyj

图标修改

parent 3f11ae8a
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -11,7 +11,7 @@ import { routes, routeMap } from '../routes'; ...@@ -11,7 +11,7 @@ import { routes, routeMap } from '../routes';
import './index.less'; import './index.less';
import { dispatchLatest } from "../model"; import { dispatchLatest } from "../model";
import logo from '../assets/logo.png'; import logo from '../assets/ynlogo.png';
import logoHome from '../assets/logo_home.png'; import logoHome from '../assets/logo_home.png';
const { Header, Sider, Content } = Layout; const { Header, Sider, Content } = Layout;
...@@ -75,16 +75,16 @@ export const ManageLayout = function ({ content, location }) { ...@@ -75,16 +75,16 @@ export const ManageLayout = function ({ content, location }) {
<img <img
src={logo} src={logo}
alt="" alt=""
style={{ width: '150px', marginLeft: '24px' }} style={{ width: '350px', marginLeft: '24px' }}
/> />
</Link> </Link>
<Icon {/* <Icon
className="trigger" className="trigger"
type={collapsed ? 'menu-unfold' : 'menu-fold'} type={collapsed ? 'menu-unfold' : 'menu-fold'}
onClick={() => toggle(!collapsed)} onClick={() => toggle(!collapsed)}
style={{ marginLeft: '16px' }} style={{ marginLeft: '16px' }}
/> /> */}
<Logout /> <Logout />
...@@ -116,8 +116,8 @@ export const HomeLayout = function ({ content, location }) { ...@@ -116,8 +116,8 @@ export const HomeLayout = function ({ content, location }) {
<Header style={{}} className={'bg-white d-flex home-header'}> <Header style={{}} className={'bg-white d-flex home-header'}>
<div className="mr-3"> <div className="mr-3">
<img src={logoHome} {/* <img src={logoHome}
alt="" style={{ maxHeight: '2rem' }} /> alt="" style={{ maxHeight: '2rem' }} /> */}
</div> </div>
<Menu <Menu
mode="horizontal" mode="horizontal"
......
...@@ -7,7 +7,7 @@ import { Open, Assert, ContextPath } from '../../util'; ...@@ -7,7 +7,7 @@ import { Open, Assert, ContextPath } from '../../util';
import { dispatchLatest } from '../../model'; import { dispatchLatest } from '../../model';
import loginBG from "../../assets/login_bg.png"; import loginBG from "../../assets/login_bg.png";
import loginLogo from "../../assets/login_logo.png"; import loginLogo from "../../assets/ynlogo.png";
class _Signin extends Component{ class _Signin extends Component{
...@@ -49,7 +49,7 @@ 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 className="position-absolute" style={{ top: '50%', right: '10%', backgroundColor: '#fff', width: 350, transform: 'translateY(-50%)'}}>
<div style={{ padding: '30px' }}> <div style={{ padding: '30px' }}>
<div style={{ fontSize: 25, fontWeight: 800, color: '#159be9' }}>欢迎,</div> <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 onSubmit={this.signin} className="login-form">
<Form.Item> <Form.Item>
{getFieldDecorator('username', { {getFieldDecorator('username', {
...@@ -81,7 +81,7 @@ class _Signin extends Component{ ...@@ -81,7 +81,7 @@ class _Signin extends Component{
</div> </div>
<div style={{ height: '30px', lineHeight: '30px', backgroundColor: '#f4f4f4', textAlign: 'center', color: '#333', fontSize: 12, fontWeight: 400 }}>技术支持:广州元曜软件有限公司</div> <div style={{ height: '30px', lineHeight: '30px', backgroundColor: '#f4f4f4', textAlign: 'center', color: '#333', fontSize: 12, fontWeight: 400 }}>技术支持:广州元曜软件有限公司</div>
</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> */}
</> </>
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment