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

Cascader: update cascader style (#13596)

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