优化商品列表

This commit is contained in:
gyq
2024-10-12 09:47:58 +08:00
parent 8d8def8e52
commit a21199d217
3 changed files with 188 additions and 37 deletions

View File

@@ -131,4 +131,13 @@ export default {
}
}
}
.image-slot {
width: 100%;
height: 100%;
background-color: #efefef;
display: flex;
align-items: center;
justify-content: center;
}
</style>