处理多选套餐
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user