mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复logo样式
This commit is contained in:
parent
cd23967ae0
commit
603432aa87
|
@ -295,12 +295,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-pro-sider-logo {
|
.ant-pro-sider-logo {
|
||||||
padding: 16px 10px;
|
padding: 16px 8px !important;
|
||||||
h1 {
|
h1 {
|
||||||
margin-left: 5px;
|
margin-left: 5px !important;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
width: 32px;
|
width: 32px !important;
|
||||||
border-radius: 52%;
|
border-radius: 52% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-pro-global-header-logo {
|
||||||
|
a img {
|
||||||
|
// 移动端logo被拉伸
|
||||||
|
width: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user