button嵌套在cover-view内时,button的hover效果失效
- 当前 Bug 的表现(可附上截图)
点击按钮没有动态效果
- 预期表现
正常的hover效果
- 提供一个最简复现 Demo
<cover-view> <button type="primary">HELLO</button></cover-view> |
点击按钮没有动态效果
正常的hover效果
<cover-view> <button type="primary">HELLO</button></cover-view> |