📜  由于图标,按钮单击不起作用 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:51.778000             🧑  作者: Mango

代码示例1
Update your css with the following. I'm assuming you don't need mouse events 
on your icon.

.icon-eye-open {

    pointer-events:none;
}