修改边距

This commit is contained in:
孙佳艺
2026-06-25 17:19:35 +08:00
parent 537c121361
commit 5f06fd06cf
4 changed files with 10 additions and 8 deletions
@@ -586,8 +586,8 @@ const AppLayout: React.FC = () => {
{/* Main Content */}
<div className="desktop-content" style={{
marginLeft: sidebarW + 48,
marginRight: 32,
marginLeft: sidebarW + 28,
marginRight: 12,
marginTop: 16,
marginBottom: 16,
flex: 1,