Skip to content

Commit

Permalink
1、修改 yd-lightbox 显示方式。
Browse files Browse the repository at this point in the history
2、修改 yd-backtop 组件支持自定义返回顶部图标。
3、组件 yd-badge 添加scale参数,方便控制图标大小。
4、组件 yd-button 添加直角样式类型,添加加载中按钮样式。
5、组件 yd-checkbox-group/yd-checklist-item/yd-radio-group 添加点击回调方法。
6、组件 yd-countdown 添加timestamp时间戳类型。
7、组件 yd-navbar 添加borderColor参数,方便修改边框颜色。
8、组件 yd-slider 添加paginationColor/paginationActiveColor以修改小圆点样式。
9、组件 yd-spinner 添加callback/val参数,方便列表数据使用,以及添加buttonStyle按钮样式类型。
10、组件 yd-switch 添加callback/val参数,方便列表数据使用,以及添加三个大小样式。
11、组件 yd-tab-panel 添加badge/badgeColor/badgeScale参数以便添加角标。添加dot/dotColor以便添加小圆点。
12、组件 yd-tab 添加bgColor/color/fontSize/height/borderColor以便修改样式。
13、fix bug (654/659/625/618/620/628/616/605),感谢指出问题的同学。
  • Loading branch information
ydcss committed Aug 17, 2018
2 parents 5f8a211 + f47174c commit 8e54d75
Showing 0 changed files with 0 additions and 0 deletions.

2 comments on commit 8e54d75

@uu04418
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

大佬,有没有带索引的下拉列表。比如通讯录那种的每组的头部那个字母可以置顶的。

@Erick027
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  <yd-tab horizontal-scroll>
    <yd-tab-panel label="选项一">111111</yd-tab-panel>
    <yd-tab-panel label="选项二">222222</yd-tab-panel>
    <yd-tab-panel label="选项三">333333</yd-tab-panel>
    <yd-tab-panel label="选项四">444444</yd-tab-panel>
    <yd-tab-panel label="选项五">555555</yd-tab-panel>
    <yd-tab-panel label="选项六">666666</yd-tab-panel>
    <yd-tab-panel label="选项七">777777</yd-tab-panel>
    <yd-tab-panel label="选项八">888888</yd-tab-panel>
    <yd-tab-panel label="选项九">999999</yd-tab-panel>
    <yd-tab-panel label="选项十">000000</yd-tab-panel>
    <yd-tab-panel label="选项11">11000000</yd-tab-panel>
    <yd-tab-panel label="选项12">12000000</yd-tab-panel>
  </yd-tab>

超出12个tab,会出现BUG,首次进入后,默认选中"选项12",点击"选项一"无反应,切换到其它tab后切换回"选项一"时"选项12"亦被选中

Please sign in to comment.