• 陈泽健's avatar
    fix(service-monitor): toggle 开关点击无响应修复 · a19fdbb2
    陈泽健 提交于
    toggle-slider 的 pointer-events 默认为 auto,遮挡了
    label 的点击传递。修复:
    - slider 和 slider:before 加 pointer-events: none
    - toggle-switch 加 cursor: pointer
    - input 加 position: absolute
    
    点击现在穿透 slider 到达 label,再由 label
    传递到内部 checkbox input,toggle 正常工作。
    Co-Authored-By: 's avatarClaude <noreply@anthropic.com>
    a19fdbb2
名称
最后提交
最后更新
..
base.html Loading commit data...
index.html Loading commit data...
notification.html Loading commit data...
report.html Loading commit data...
reports.html Loading commit data...
run.html Loading commit data...
schedule.html Loading commit data...
targets.html Loading commit data...