最近学习页面

This commit is contained in:
禺狨
2023-06-26 14:50:10 +08:00
parent 614f9c70ac
commit f862bd5b85
7 changed files with 237 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import empty from "../../assets/images/commen/empty.png";
export const Empty: React.FC = () => {
return (
<div className={styles["img-box"]}>
<Image src={empty} width={250} height={250} />
<Image src={empty} width={250} height={250} style={{ marginTop: 100 }} />
</div>
);
};