Browse Source

换登录背景和调整项目命名

master
周沫沫历险记 2 years ago
parent
commit
23bae69464
  1. BIN
      web/client/assets/images/background/loginBackgroundimg.png
  2. 2
      web/client/src/index.jsx
  3. 2
      web/client/src/sections/auth/containers/login.jsx

BIN
web/client/assets/images/background/loginBackgroundimg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 KiB

After

Width:  |  Height:  |  Size: 936 KiB

2
web/client/src/index.jsx

@ -6,4 +6,4 @@ import { render } from 'react-dom';
import App from './app';
import './index.less';
render((<App projectName="FS-DC数据中心" />), document.getElementById('HrApp'));
render((<App projectName="DATE-CENTER报表中心" />), document.getElementById('HrApp'));

2
web/client/src/sections/auth/containers/login.jsx

@ -60,7 +60,7 @@ const Login = props => {
marginTop: "18.33%"
}}>
<div style={{ fontSize: 31, color: '#000000', marginBottom: 90 }}>
FS-DC数据中心
DATE-CENTER报表中心
</div>
<Form
onSubmit={values => {

Loading…
Cancel
Save