weui icon indicating copy to clipboard operation
weui copied to clipboard

建议在按钮disabled的样式加上禁止点击

Open SSShooter opened this issue 7 years ago • 0 comments

    .weui-btn_plain-disabled {
      cursor: not-allowed;
      pointer-events: none;
    }

SSShooter avatar May 22 '17 03:05 SSShooter