chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0e34eed4c76a6932dfbd080d017078100bedbe31
Authored by
梁灏
2017-04-12 15:27:05 +0800
1 parent
65b41a2d
update Dropdown less
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/styles/mixins/select.less
Inline
Side-by-side
src/styles/mixins/select.less
Wrap text
Show/Hide comments
View file @
0e34eed
1
1
.select-item(@size-class, @item-class) {
2
2
.@{item-class} {
3
3
margin: 0;
4
+ line-height: normal;
4
5
padding: 7px 16px;
5
6
clear: both;
6
7
color: @text-color;
...
...