mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
fix(components): make margin of search equal to padding of el-input (#6409)
This commit is contained in:
parent
8a80bfea0c
commit
c7ae1f65ad
@ -196,7 +196,7 @@
|
||||
flex: 1;
|
||||
height: 24px;
|
||||
min-width: 60px;
|
||||
margin: 2px 0 2px 15px;
|
||||
margin: 2px 0 2px map.get($input-padding-horizontal, 'default')-$border-width-base;
|
||||
padding: 0;
|
||||
color: var(--el-cascader-menu-text-color);
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user