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
7c7ffd180cd4e86046c6fd89216b20a3cc5d9b91
Authored by
yang
2019-01-06 00:20:47 +0800
1 parent
e33a0b98
Cascader不允许超出下拉图标显示文字
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/styles/components/cascader.less
Inline
Side-by-side
src/styles/components/cascader.less
Wrap text
Show/Hide comments
View file @
7c7ffd1
...
...
@@ -19,6 +19,7 @@
19
19
}
20
20
21
21
.@{css-prefix}input{
22
+ padding-right: 24px;
22
23
display: block;
23
24
cursor: pointer;
24
25
}
...
...