fix: mini api

This commit is contained in:
zzc
2026-01-28 23:48:18 +08:00
parent fe0a755962
commit 2938ab2a9d

View File

@@ -463,7 +463,7 @@ const getDefaultName = (item) => {
width: 100%;
aspect-ratio: 1;
background: #f5f5f5;
padding: 20px;
/* padding: 20px; Removed padding to make it full square */
box-sizing: border-box;
display: flex;
align-items: center;
@@ -472,7 +472,7 @@ const getDefaultName = (item) => {
.item-img {
width: 100%;
height: 100%;
border-radius: 8px;
/* border-radius: 8px; Removed border-radius */
}
.active-badge {