chenrui 4 年之前
父節點
當前提交
e7963671ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/SetmealSales/BuySetmeal.vue

+ 1 - 1
src/views/SetmealSales/BuySetmeal.vue

@@ -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>