mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 19:09:21 +08:00
style: fix the width of some icons when the sidebar was collapsed (#201)
Co-authored-by: pany <939630029@qq.com>
This commit is contained in:
parent
7bda678d7c
commit
7e0e868c48
@ -90,8 +90,8 @@ const resolvePath = (routePath: string) => {
|
||||
}
|
||||
|
||||
.el-icon {
|
||||
width: 1em;
|
||||
margin-right: 12px;
|
||||
width: 1em !important;
|
||||
margin-right: 12px !important;
|
||||
font-size: 18px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user