Skip to content

Commit e3dd940

Browse files
committed
fix(website): 减少PC端安装方式区域的左侧空白,优化界面布局
1 parent 6935e89 commit e3dd940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

office-website/src/pages/Home/Home.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
display: flex;
759759
flex-direction: column;
760760
gap: var(--space-6);
761-
margin-left: calc(2.5rem + var(--space-4));
761+
margin-left: calc(1rem + var(--space-3));
762762
margin-bottom: var(--space-4);
763763
}
764764

@@ -790,7 +790,7 @@
790790
}
791791

792792
.methodSteps ol {
793-
padding-left: var(--space-5);
793+
padding-left: var(--space-4);
794794
margin-bottom: 0;
795795
color: var(--text-secondary);
796796
}

0 commit comments

Comments
 (0)