feat: 商品详情的改造

This commit is contained in:
2025-09-06 12:47:06 +08:00
parent d83cdba468
commit 34bb6c094c
3 changed files with 70 additions and 4 deletions

View File

@@ -61,8 +61,8 @@
margin-top: 12px;
.facilities-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
display: flex;
flex-wrap: wrap;
gap: 8px;
.facility-item {