[bugfix] ActionSheet: subname not work (#515)

This commit is contained in:
neverland 2018-09-06 14:22:26 +08:00 committed by GitHub
parent 47817a5209
commit 948f4f9290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,11 @@
}
}
&__name,
&__subname {
display: inline-block;
}
&__subname {
font-size: 12px;
color: $gray-darker;