总价分开展示,展示纯币价格+额外消耗价格

This commit is contained in:
yml2213
2026-05-23 18:59:07 +08:00
parent d661a22b8a
commit 9cec71ab1a
3 changed files with 43 additions and 5 deletions
@@ -498,6 +498,17 @@
font-weight: 800;
}
.total-price-field :deep(.van-field__control) {
font-size: 16px;
}
.price-breakdown-hint {
margin: -2px 0 10px;
color: #858c96;
font-size: 11px;
line-height: 1.5;
}
.publish-actions {
display: grid;
grid-template-columns: 92px minmax(0, 1fr);