Fix line height of cascader label

Cascader label isn't aligned in its parent element.
pull/5577/merge
jianzhi92 2017-07-12 12:40:44 +08:00 committed by 杨奕
parent 78ec098960
commit 84c81ff9f9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
left: 0;
top: 0;
height: 100%;
line-height: 34px;
line-height: 36px;
padding: 0 25px 0 10px;
color: var(--input-color);
width: 100%;