fix(components): make margin of search equal to padding of el-input (#6409)

This commit is contained in:
Yuyao Nie
2022-03-04 08:47:01 +08:00
committed by GitHub
parent 8a80bfea0c
commit c7ae1f65ad

View File

@@ -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;