feat(ui): default dimension dp

This commit is contained in:
hyb1996
2018-10-12 20:54:48 +08:00
parent 8a7966ba3c
commit aa7318bfbd
3 changed files with 11 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ function showRegisterUI(){
</linear>
<linear>
<text w="56" gravity="center" color="#111111" size="16">邮箱</text>
<input w="*" h="40" inputType="email"/>
<input w="*" h="40" inputType="textEmailAddress"/>
</linear>
<linear gravity="center">
<button>确定</button>