Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00

style: fix the width of some icons when the sidebar was collapsed

This commit is contained in:
Femoon 2024-07-23 16:19:58 +08:00
parent 7bda678d7c
commit d0b001d045

View File

@ -90,7 +90,7 @@ const resolvePath = (routePath: string) => {
}
.el-icon {
width: 1em;
width: 1em !important;
margin-right: 12px;
font-size: 18px;
}