update Cascader style

update Cascader style
This commit is contained in:
梁灏 2016-11-21 17:03:23 +08:00
parent c7921e5fce
commit e96fa06df3
2 changed files with 2 additions and 1 deletions

View file

@ -37,6 +37,7 @@
width: auto;
padding: 0;
white-space: nowrap;
overflow: visible;
}
.select-item(@cascader-prefix-cls, @cascader-item-prefix-cls);

View file

@ -95,7 +95,7 @@
@input-padding-vertical-small: 1px;
@input-padding-vertical-large: 6px;
@input-placeholder-color : #ccc;
@input-placeholder-color : @btn-disable-color;
@input-color : @text-color;
@input-border-color : @border-color-base;
@input-bg : #fff;