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

修复#5153 Cascader不允许超出下拉图标显示文字
This commit is contained in:
Aresn 2019-01-07 11:03:03 +08:00 committed by GitHub
commit 35c70b9576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
} }
.@{css-prefix}input{ .@{css-prefix}input{
padding-right: 24px;
display: block; display: block;
cursor: pointer; cursor: pointer;
} }