mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-28 05:12:49 +08:00
首页。最近学习页懒加载
This commit is contained in:
parent
07cfa836a2
commit
950fc74371
@ -101,6 +101,7 @@ export const UserInfoModel: React.FC<PropInterface> = ({ open, onCancel }) => {
|
|||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
{avatar && (
|
{avatar && (
|
||||||
<Image
|
<Image
|
||||||
|
loading="lazy"
|
||||||
width={60}
|
width={60}
|
||||||
height={60}
|
height={60}
|
||||||
style={{ borderRadius: "50%" }}
|
style={{ borderRadius: "50%" }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user