[bugfix] Field: date type not work in iOS (#1586)

This commit is contained in:
neverland 2018-08-03 15:10:05 +08:00 committed by GitHub
parent 7f72a59daf
commit 2e4c44fcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,12 @@
&--right {
text-align: right;
}
/* for ios wechat */
&[type="date"],
&[type="time"] {
min-height: 24px;
}
}
&__clear,