Commit 16744b61 authored by hetech's avatar hetech Committed by GitHub

Cascader: update cascader style (#13596)

parent 0011ee6a
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
id = { itemId } id = { itemId }
aria-owns = { !item.children ? null : ownsId } aria-owns = { !item.children ? null : ownsId }
> >
{item.label} <span>{item.label}</span>
</li> </li>
); );
}); });
......
...@@ -129,6 +129,11 @@ ...@@ -129,6 +129,11 @@
box-sizing: border-box; box-sizing: border-box;
cursor: pointer; cursor: pointer;
outline: none; outline: none;
span {
padding-right: 10px;
}
@include m(extensible) { @include m(extensible) {
&:after { &:after {
font-family: 'element-icons'; font-family: 'element-icons';
......
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