Cascader: update cascader style (#13596)

pull/13597/head
hetech 2018-11-28 16:20:20 +08:00 committed by GitHub
parent 0011ee6af4
commit 16744b61cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -285,7 +285,7 @@
id = { itemId }
aria-owns = { !item.children ? null : ownsId }
>
{item.label}
<span>{item.label}</span>
</li>
);
});

View File

@ -129,6 +129,11 @@
box-sizing: border-box;
cursor: pointer;
outline: none;
span {
padding-right: 10px;
}
@include m(extensible) {
&:after {
font-family: 'element-icons';