feat: v3.4.12 ticket iteration

Refund rollback, winery T+3, multi withdraw, mini-user store detail, dev plan batch edit and WeCom dispatch, support ticket edit/attachments/batch status, package imageUrl.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-04 23:53:31 +08:00
parent 71f508e02b
commit 4372018c09
34 changed files with 1032 additions and 86 deletions
+12 -3
View File
@@ -176,17 +176,18 @@
.store-detail-env-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.store-detail-env-item {
position: relative;
width: 100%;
aspect-ratio: 1;
aspect-ratio: 4 / 3;
border-radius: var(--radius-md, 8px);
overflow: hidden;
background: var(--color-surface-container);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.store-detail-env-img {
@@ -240,6 +241,14 @@
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.store-detail-package-img {
width: 100%;
height: 160px;
border-radius: var(--radius-md, 8px);
margin-bottom: 8px;
display: block;
}
.store-detail-package-card:last-of-type {
border-bottom: none;
}