update Cascader style
update Cascader style
This commit is contained in:
parent
c7921e5fce
commit
e96fa06df3
2 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@
|
|||
width: auto;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.select-item(@cascader-prefix-cls, @cascader-item-prefix-cls);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue