Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 18 | <input name="password" type="password" placeholder="密码"> | 18 | <input name="password" type="password" placeholder="密码"> |
| 19 | </form> | 19 | </form> |
| 20 | <!-- <input value="登录" type="submit">--> | 20 | <!-- <input value="登录" type="submit">--> |
| 21 | <a type="button" class="btn btn-primary btn-xs" onclick="save()">登录</a> | 21 | <button type="button" style="width: 100%" class="btn btn-primary full-width m-b btn-xs" onclick="save()">登录</button> |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | </div> | 24 | </div> | ... | ... |
-
Please register or sign in to post a comment