Commit 35c70b9576734ae3e0f6e3f3f2dfa0ce7b0a9738

Authored by Aresn
Committed by GitHub
2 parents c80e8935 7c7ffd18

Merge pull request #5159 from yangdan8/2.0Cascader不允许超出下拉图标显示文字

修复#5153 Cascader不允许超出下拉图标显示文字
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/styles/components/cascader.less
... ... @@ -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 }
... ...