diff --git a/src/images/Logo.tsx b/src/images/Logo.tsx index a85f269..2dd724b 100755 --- a/src/images/Logo.tsx +++ b/src/images/Logo.tsx @@ -5,8 +5,8 @@ export type LogoProps = React.SVGProps & { onlyIcon?: boolean } -export const Logo = memo(({ size = 200, onlyIcon, ...props }) => ( - +export const Logo = memo(({ size = 170, onlyIcon, ...props }) => ( + diff --git a/src/styles/layout.less b/src/styles/layout.less index 7cad243..4d5861f 100644 --- a/src/styles/layout.less +++ b/src/styles/layout.less @@ -55,12 +55,8 @@ & .sider-toogle { display: flex; - justify-content: center; - align-items: center; - width: 100%; - // padding: 10px; - height: 100px !important; - color: @link-color; + padding: 0; + margin: 10px; border: none; outline: none; background-color: transparent;