Template
1
0
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:
Femoon 2024-07-24 11:09:03 +08:00 committed by GitHub
parent 7bda678d7c
commit 7e0e868c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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