处理多选套餐

This commit is contained in:
2026-01-27 19:40:07 +08:00
parent e04cf17a37
commit 28d58bd38b
6 changed files with 399 additions and 475 deletions

View File

@@ -72,13 +72,25 @@
justify-content: space-between;
border-top: 1px solid #eee;
}
.inline-combo-form.data-v-528154d3 {
border-bottom: 2rpx solid #909ca4;
}
.inline-combo-form.data-v-528154d3:last-child {
border-bottom: none;
}
/* 每个商品项容器 */
.inline-goods-form.data-v-528154d3 {
border-bottom: 2rpx solid #909ca4;
}
.inline-goods-form.data-v-528154d3:last-child {
border-bottom: none;
}
/* 行容器 */
.form-row.data-v-528154d3 {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 20rpx;
margin-bottom: 20rpx;
}