📜  禁用 div click - 任何代码示例

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

代码示例2
// CSS
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

// HTML
Link