首页。最近学习页懒加载

This commit is contained in:
禺狨 2023-06-08 16:08:49 +08:00
parent 07cfa836a2
commit 950fc74371

View File

@ -101,6 +101,7 @@ export const UserInfoModel: React.FC<PropInterface> = ({ open, onCancel }) => {
<div className="d-flex">
{avatar && (
<Image
loading="lazy"
width={60}
height={60}
style={{ borderRadius: "50%" }}