|
@@ -21,7 +21,7 @@
|
|
|
<a-tab-pane v-for="item in setmealType" :key="item.code" :tab="item.dispName"></a-tab-pane>
|
|
|
</a-tabs>
|
|
|
<!-- 套餐数据列表 -->
|
|
|
- <div class="itemBox" id="bundelScroll" :style="{height: winH - 356 + 'px'}">
|
|
|
+ <div class="itemBox" id="bundelScroll" :style="{height: winH - 358 + 'px'}">
|
|
|
<a-row class="items-list" v-for="(item, index) in listData" :key="index">
|
|
|
<a-col :span="15">
|
|
|
<h3>{{ item.name }} </h3>
|