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
2e769a3523e5bdcc787425ef29de8d0efbe3f528
Authored by
sinchang
2017-06-30 11:00:04 +0800
1 parent
8cd5f190
fixed #1258
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/styles/components/upload.less
Inline
Side-by-side
src/styles/components/upload.less
Wrap text
Show/Hide comments
View file @
2e769a3
...
...
@@ -55,6 +55,10 @@
55
55
}
56
56
}
57
57
58
+ &-select {
59
+ display: inline-block;
60
+ }
61
+
58
62
&-drag{
59
63
background: #fff;
60
64
border: 1px dashed @border-color-base;
...
...