mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-25 16:00:26 +08:00
最近学习页面
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user