update logo
This commit is contained in:
parent
c4dada7e8f
commit
70b5b0c63f
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 91 KiB |
|
@ -51,7 +51,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin: 0 0 0 12px;
|
margin: 2px 0 0 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@ import { formatMessage } from 'umi/locale';
|
||||||
import SiderMenu from '@/components/SiderMenu';
|
import SiderMenu from '@/components/SiderMenu';
|
||||||
import Authorized from '@/utils/Authorized';
|
import Authorized from '@/utils/Authorized';
|
||||||
import SettingDrawer from '@/components/SettingDrawer';
|
import SettingDrawer from '@/components/SettingDrawer';
|
||||||
import logo from '../assets/logo.svg';
|
import logo from '../assets/logo-color.svg';
|
||||||
import Footer from './Footer';
|
import Footer from './Footer';
|
||||||
import Header from './Header';
|
import Header from './Header';
|
||||||
import Context from './MenuContext';
|
import Context from './MenuContext';
|
||||||
|
|
|
@ -5,7 +5,7 @@ import { Icon } from 'antd';
|
||||||
import GlobalFooter from '@/components/GlobalFooter';
|
import GlobalFooter from '@/components/GlobalFooter';
|
||||||
import SelectLang from '@/components/SelectLang';
|
import SelectLang from '@/components/SelectLang';
|
||||||
import styles from './UserLayout.less';
|
import styles from './UserLayout.less';
|
||||||
import logo from '../assets/logo.svg';
|
import logo from '../assets/logo-color.svg';
|
||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue