Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复了radio和checkbox的一些bug以及样式修改 #177

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2018

  1. 修复了radio和checkbox的一些bug以及样式修改

    1.radio的样式改成圆点样式
    2.checkbox改成原radio的样式
    3.添加了一个空的set方法解决radio报错的问题
    4.给input标签添加hidden属性解决当页面出现滚动条时点击单选框或多选框会跳回页面顶部的问题
    zth committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    4d851bf View commit details
    Browse the repository at this point in the history
  2. build

    zth committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    f1f6edd View commit details
    Browse the repository at this point in the history
  3. fix some bug

    zth committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    dcd3f62 View commit details
    Browse the repository at this point in the history