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
341e73ce4363649ffa8544376f04a22ef15a7f0b
Authored by
梁灏
2018-08-23 09:39:55 +0800
1 parent
1cc1adc9
fixed #4329
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/styles/components/select-dropdown.less
Inline
Side-by-side
src/styles/components/select-dropdown.less
Wrap text
Show/Hide comments
View file @
341e73c
...
...
@@ -17,6 +17,7 @@
17
17
z-index: @zindex-select;
18
18
&-transfer{
19
19
z-index: @zindex-transfer;
20
+ width: auto;
20
21
}
21
22
&.@{transfer-no-max-height} {
22
23
max-height: none;
...
...