fix wap ui

This commit is contained in:
cookfront
2017-04-18 18:02:33 +08:00
parent 9e9ca6c58a
commit e9807c1ad3
35 changed files with 66 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
<template><section class="demo-field"><h1 class="demo-title">field</h1><example-block title="基础用法">
<template><section class="demo-field"><h1 class="demo-title">Field 输入框</h1><example-block title="基础用法">
<zan-cell-group>
<zan-field type="text" label="用户名:" placeholder="请输入用户名" v-model="username" required></zan-field>
<zan-field type="password" label="密码:" placeholder="请输入密码" required></zan-field>