1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

Icons shake when changing skin

This commit is contained in:
lqh 2022-09-28 17:32:19 +08:00
parent 7ddfe81749
commit 445e916574
3 changed files with 6 additions and 1 deletions

2
desktop.ini Normal file
View File

@ -0,0 +1,2 @@
[.ShellClassInfo]
InfoTip=vue-admin-Github

View File

@ -49,7 +49,7 @@ export default {
.svg-icon { .svg-icon {
width: 1em; width: 1em;
height: 1em; height: 1em;
vertical-align: -0.15em; /* vertical-align: -0.15em; */
fill: currentColor; fill: currentColor;
overflow: hidden; overflow: hidden;
} }

View File

@ -60,6 +60,9 @@
.sub-el-icon { .sub-el-icon {
margin-right: 12px; margin-right: 12px;
margin-left: -2px; margin-left: -2px;
width: 1rem !important;
height: 1rem !important;
color: #bfcbd9;
} }
.el-menu { .el-menu {