mirror of
https://github.com/PlayEdu/backend
synced 2025-06-08 12:44:09 +08:00
版本号添加
This commit is contained in:
parent
895385c4d7
commit
7820448c0d
Binary file not shown.
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 64 KiB |
@ -17,12 +17,26 @@ export const Footer: React.FC<PropInterface> = ({ type }) => {
|
|||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Link to="https://playedu.xyz/" target="blank">
|
<Link
|
||||||
|
to="https://playedu.xyz/"
|
||||||
|
style={{
|
||||||
|
display: "flex",
|
||||||
|
alignItems: "center",
|
||||||
|
justifyContent: "center",
|
||||||
|
}}
|
||||||
|
target="blank"
|
||||||
|
>
|
||||||
<i
|
<i
|
||||||
style={{ fontSize: 30, color: "#cccccc" }}
|
style={{ fontSize: 30, color: "#cccccc" }}
|
||||||
className="iconfont icon-waterprint footer-icon"
|
className="iconfont icon-waterprint footer-icon"
|
||||||
onClick={() => {}}
|
onClick={() => {}}
|
||||||
></i>
|
></i>
|
||||||
|
<span
|
||||||
|
className="ml-5"
|
||||||
|
style={{ color: "#D7D7D7", fontSize: 12, marginTop: -5 }}
|
||||||
|
>
|
||||||
|
Version 1.5
|
||||||
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
</Layout.Footer>
|
</Layout.Footer>
|
||||||
);
|
);
|
||||||
|
@ -39,9 +39,11 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 90px 10px 80px 30px;
|
padding: 90px 10px 80px 30px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
.icon {
|
.icon {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 400px;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.right-box {
|
.right-box {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user