样式优化

This commit is contained in:
2026-06-01 18:15:16 +08:00
parent 02df413215
commit b77952facc
3 changed files with 29 additions and 26 deletions

View File

@@ -243,10 +243,6 @@ include __DIR__ . '/../includes/header.php';
.toggle-icon {
font-size: 12px;
color: var(--color-text-secondary, #666);
transition: transform 0.3s;
}
.toggle-icon.expanded {
transform: rotate(90deg);
}
</style>