跳到主要內容
搜尋
搜尋此網誌
弘弘的部落格
分享
取得連結
Facebook
X
Pinterest
以電子郵件傳送
其他應用程式
標籤
css
9月 26, 2024
讓 div 也有 button 的 disabled 效果避免連續觸發click事件
.按鍵[disabled="true"] {
opacity: 0.4;
pointer-events: none;
}
<div class="按鍵" @click="aaa" :disabled="busy">click me</div>
※ 某些前端框架要改用 disabled="disabled"
留言
熱門文章
5月 07, 2016
讓chrome 自動開啟檔案且不要下載
7月 06, 2018
epplus 用法
留言