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;
|
||||
vertical-align: top;
|
||||
font-size: 16px;
|
||||
margin: 0 0 0 12px;
|
||||
margin: 2px 0 0 12px;
|
||||
font-weight: 600;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ import { formatMessage } from 'umi/locale';
|
|||
import SiderMenu from '@/components/SiderMenu';
|
||||
import Authorized from '@/utils/Authorized';
|
||||
import SettingDrawer from '@/components/SettingDrawer';
|
||||
import logo from '../assets/logo.svg';
|
||||
import logo from '../assets/logo-color.svg';
|
||||
import Footer from './Footer';
|
||||
import Header from './Header';
|
||||
import Context from './MenuContext';
|
||||
|
|
|
@ -5,7 +5,7 @@ import { Icon } from 'antd';
|
|||
import GlobalFooter from '@/components/GlobalFooter';
|
||||
import SelectLang from '@/components/SelectLang';
|
||||
import styles from './UserLayout.less';
|
||||
import logo from '../assets/logo.svg';
|
||||
import logo from '../assets/logo-color.svg';
|
||||
|
||||
const links = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue