File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,11 @@ export default {
3131 }
3232}
3333 </script >
34+
35+ <style scoped>
36+ .sub-el-icon {
37+ color : currentColor ;
38+ width : 1em ;
39+ height : 1em ;
40+ }
41+ </style >
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ export const asyncRoutes = [
204204 path : 'create' ,
205205 component : ( ) => import ( '@/views/example/create' ) ,
206206 name : 'CreateArticle' ,
207- meta : { title : 'Create Article' , icon : 'edit ' }
207+ meta : { title : 'Create Article' , icon : 'el-icon-s-help ' }
208208 } ,
209209 {
210210 path : 'edit/:id(\\d+)' ,
Original file line number Diff line number Diff line change 5858 }
5959
6060 .sub-el-icon {
61- margin-right : 13px ;
62- margin-left : -1px ;
63- color : currentColor ;
64- width : 1em ;
65- height : 1em ;
61+ margin-right : 12px ;
62+ margin-left : -2px ;
6663 }
6764
6865 .el-menu {
194191 .svg-icon {
195192 margin-right : 16px ;
196193 }
194+ .sub-el-icon {
195+ margin-right : 12px ;
196+ margin-left : -2px ;
197+ }
197198 }
198199
199200 .nest-menu .el-submenu >.el-submenu__title ,
You can’t perform that action at this time.
0 commit comments