shish 2 年之前
父节点
当前提交
caaf3184a7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ghs/src/views/order/add.vue

+ 2 - 2
ghs/src/views/order/add.vue

@@ -17,7 +17,7 @@
         <span>删除所有:Page Down</span>
       </p>
       <el-table ref="singleTable" :data="selectList" highlight-current-row style="width:80%" border :header-cell-style="{background:'#fdfdfd', color: '#01060a', fontWeight:800}" 
-      class="tableBox active" @row-click="pickModifyItem">
+      class="tableBox active" @row-click="pickModifyItem" height="730">
         <el-table-column prop="id" label="编号" width="120" align="center"></el-table-column>
 
         <el-table-column prop="cover" label="图片" align="center" width="130">
@@ -42,7 +42,7 @@
     </div>
     <div class="seek-list-box" v-if="!$util.isEmpty(getItemList) && showGetItemList == true">
       <el-table ref="showItemRef" :data="getItemList" highlight-current-row style="width:72%" border :header-cell-style="{background:'#fdfdfd', color: '#666'}" 
-      class="tableBox active" height="740" @row-click="pickAddItem">
+      class="tableBox active" height="730" @row-click="pickAddItem">
         <el-table-column prop="className" label="分类" align="center" width="180"></el-table-column>
         <el-table-column prop="cover" label="图片" align="center" width="120">
           <template slot-scope="scope">