1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00

Merge 445e916574afbab7996879d62a68803c13539bf3 into 0caa975ee224074c77540107b1fe076081cdf306

This commit is contained in:
antliu 2022-09-28 17:39:07 +08:00 committed by GitHub
commit 04c4c05d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {