// css
.disabled {
cursor: no-drop;
pointer-events: none;
opacity: 0.6;
}
【css】实现禁止点击并置灰效果
最新推荐文章于 2024-12-12 13:36:47 发布
// css
.disabled {
cursor: no-drop;
pointer-events: none;
opacity: 0.6;
}