• 陈泽健'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
名称
最后提交
最后更新
..
routes Loading commit data...
service_monitor Loading commit data...
services Loading commit data...
templates Loading commit data...
utils Loading commit data...
auth.py Loading commit data...
cache_manager.py Loading commit data...
config.json Loading commit data...
container.py Loading commit data...
decorators.py Loading commit data...
safety_filter.py Loading commit data...
search_engine.py Loading commit data...
server.py Loading commit data...
users.json Loading commit data...