Skip to content

Commit

Permalink
menu: 菜单图标样式细节优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zdhxiong committed Jan 3, 2018
1 parent ecc841b commit f3633cf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/menu/less/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@
/* 菜单中的图标 */
.mdui-menu-item-icon {
color: @color-black-icon;
width: 42px;
width: 40px;
padding-right: 16px;
box-sizing: border-box;
display: inline-block;
}

Expand Down Expand Up @@ -143,10 +145,6 @@
line-height: 32px;
padding: 0 24px;
}

.mdui-menu-item-icon {
width: 40px;
}
}
}

Expand Down

0 comments on commit f3633cf

Please sign in to comment.