fix(theme-chalk): [select] missing the is-small style (#9639)

Co-authored-by: hanjiayi02 <hanjiayi02@meituan.com>
This commit is contained in:
humorHan 2022-09-05 22:27:17 +08:00 committed by GitHub
parent 401a275049
commit 549b2ebb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,10 @@
appearance: none;
height: 28px;
background-color: transparent;
@include when(small) {
height: 14px;
}
}
@include e(close) {