fix(miniprogram): stabilize synced order and design views

This commit is contained in:
lai_hong
2026-09-16 19:45:59 +08:00
parent a19519fee6
commit 0e6b0694e4
10 changed files with 186 additions and 34 deletions
+3 -2
View File
@@ -124,11 +124,12 @@
align-items: center;
justify-content: center;
flex-shrink: 0;
overflow: hidden;
}
.orders-page .order-icon-img {
width: 56rpx;
height: 56rpx;
width: 100%;
height: 100%;
}
.orders-page .order-info {