Commit bb9f19322f847cdb6b7fca2a6edbefeab6499fb4

Authored by 梁灏
1 parent 3bc6c8c7

update Cascader style, close #5455

You change the wrong position of css
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/styles/components/cascader.less
... ... @@ -126,7 +126,7 @@
126 126  
127 127 & &-item{
128 128 position: relative;
129   - padding-right: 24px;
  129 + padding-right: 36px;
130 130 transition: all @transition-time @ease-in-out;
131 131  
132 132 i{
... ...