diff --git a/src/layouts/index.less b/src/layouts/index.less index a0958241..2362815e 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -295,12 +295,19 @@ } .ant-pro-sider-logo { - padding: 16px 10px; + padding: 16px 8px !important; h1 { - margin-left: 5px; + margin-left: 5px !important; } img { - width: 32px; - border-radius: 52%; + width: 32px !important; + border-radius: 52% !important; + } +} + +.ant-pro-global-header-logo { + a img { + // 移动端logo被拉伸 + width: auto !important; } }