Commit 84c81ff9 authored by jianzhi92's avatar jianzhi92 Committed by 杨奕

Fix line height of cascader label

Cascader label isn't aligned in its parent element.
parent 78ec0989
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
left: 0; left: 0;
top: 0; top: 0;
height: 100%; height: 100%;
line-height: 34px; line-height: 36px;
padding: 0 25px 0 10px; padding: 0 25px 0 10px;
color: var(--input-color); color: var(--input-color);
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment