修复logo样式

This commit is contained in:
whyour 2021-12-06 11:18:19 +08:00
parent cd23967ae0
commit 603432aa87

View File

@ -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;
}
}