回筐逻辑修改

This commit is contained in:
liu
2026-08-14 23:47:49 +08:00
parent 4bdaf2a219
commit 7c3f6147ac
20 changed files with 325 additions and 342 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ const CustomerLevelPage: React.FC = () => {
return (
<Image
src={url}
width={60}
height={60}
width={30}
height={30}
style={{ objectFit: 'cover', borderRadius: 4 }}
/>
);