mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-25 16:00:26 +08:00
登录页面和我的页面初步
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
.img-box {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@@ -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={400} height={400} />
|
||||
<Image src={empty} width={250} height={250} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user