Skip to content

Commit d140274

Browse files
yaob421123jaywcjlove
authored andcommitted
doc: edit layout
1 parent b6e7b4a commit d140274

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

website/src/component/Footer/index.module.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.warpper {
2-
padding-bottom: 60px;
32
background: white;
43
border-top: 1px solid #e1e4e8;
54
}
@@ -8,7 +7,7 @@
87
font-size: 16px;
98
max-width: 1248px;
109
margin: 0 auto;
11-
padding: 64px 32px 80px;
10+
padding: 64px 32px 40px;
1211
label {
1312
padding: 8px 0;
1413
display: flex;
@@ -21,7 +20,7 @@
2120
a {
2221
color: #596068;
2322
font-weight: 400;
24-
font-size: 16px;
23+
font-size: 14px;
2524
line-height: 150%;
2625
letter-spacing: -0.011em;
2726
&:hover {

website/src/routes/router.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { store } from '../models';
44

55

66
function Loading() {
7-
return <Loader color="#333" tip="页面加载中..." />
7+
return <div style={{ textAlign: 'center', padding: '50px 0 50px 0'}}>
8+
<Loader color="#333" tip="页面加载中..." />
9+
</div>
810
}
911

1012
// wrapper of dynamic

0 commit comments

Comments
 (0)