// css
.disabled {
cursor: no-drop;
pointer-events: none;
opacity: 0.6;
}
【css】实现禁止点击并置灰效果
最新推荐文章于 2024-09-02 13:01:17 发布
// css
.disabled {
cursor: no-drop;
pointer-events: none;
opacity: 0.6;
}
902
443
463
8732

被折叠的 条评论
为什么被折叠?