footer组件样式优化

This commit is contained in:
禺狨
2023-04-25 10:28:22 +08:00
parent 86ab6b7751
commit 0eae2f7673

View File

@@ -8,7 +8,7 @@ export const Footer: React.FC = () => {
style={{ style={{
width: "100%", width: "100%",
backgroundColor: "#F6F6F6", backgroundColor: "#F6F6F6",
height: 232, height: 166,
paddingTop: 80, paddingTop: 80,
textAlign: "center", textAlign: "center",
}} }}