为95添加按钮

This commit is contained in:
CN-JS-HuiBai
2026-04-04 21:56:50 +08:00
parent 1f4bdb7970
commit 4b98a910c7

View File

@@ -640,6 +640,11 @@ input:checked+.slider:before {
display: flex;
align-items: center;
gap: 6px;
transition: opacity 0.3s ease;
}
.legend-item.disabled {
opacity: 0.35;
}
.legend-dot {