feat: 图片广场优化

This commit is contained in:
Gsh
2026-01-03 20:53:17 +08:00
parent 6cc14c1e32
commit f164b7dccc
11 changed files with 563 additions and 218 deletions

View File

@@ -759,6 +759,7 @@ function toggleSidebar() {
transform: translateX(-100%);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
background: #fff;
&.aside-collapsed {
transform: translateX(-100%);