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>