[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

View File

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