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 { .el-icon {
width: 1em; width: 1em !important;
margin-right: 12px; margin-right: 12px !important;
font-size: 18px; font-size: 18px;
} }
</style> </style>