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 {
|
.el-icon {
|
||||||
width: 1em;
|
width: 1em !important;
|
||||||
margin-right: 12px;
|
margin-right: 12px !important;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user