shish пре 2 година
родитељ
комит
e719144eeb
2 измењених фајлова са 6 додато и 6 уклоњено
  1. 3 3
      ghs/src/views/in/add.vue
  2. 3 3
      ghs/src/views/order/add.vue

+ 3 - 3
ghs/src/views/in/add.vue

@@ -20,7 +20,7 @@
       <audio ref="noStockPlay"><source src="@/static/noStock.mp3" type="audio/mpeg"></audio>
       <audio ref="successPlay"><source src="@/static/success1.mp3" type="audio/mpeg"></audio>
       <el-table ref="singleTable" :data="selectList" highlight-current-row border :header-cell-style="{background:'#fdfdfd', color: '#01060a', fontWeight:800}" 
-      class="tableBox active" @row-click="pickModifyItem" height="70vh" style="width:60vw;margin:0 auto;">
+      class="tableBox active" @row-click="pickModifyItem" height="70vh" style="width:70vw;margin:0 auto;">
         <el-table-column prop="id" label="编号" width="110" align="center"></el-table-column>
 
         <el-table-column prop="cover" label="图片" align="center" width="110">
@@ -54,7 +54,7 @@
       </el-table>
     </div>
     <div class="seek-list-box" v-if="!$util.isEmpty(getItemList) && showGetItemList == true">
-      <el-table ref="showItemRef" :data="getItemList" highlight-current-row style="width:50vw" border :header-cell-style="{background:'#fdfdfd', color: '#666'}" 
+      <el-table ref="showItemRef" :data="getItemList" highlight-current-row style="width:60vw" border :header-cell-style="{background:'#fdfdfd', color: '#666'}" 
       class="tableBox active" height="70vh" @row-click="pickAddItem">
         <el-table-column prop="className" label="分类" align="center" width="130"></el-table-column>
         <el-table-column prop="cover" label="图片" align="center" width="110">
@@ -834,7 +834,7 @@ export default {
   .seek-list-box{
     position: absolute;
     bottom: 70px;
-    right: 20vw;
+    right: 15vw;
     min-height: 310px;
     overflow: hidden;
     z-index:9999;

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

@@ -20,7 +20,7 @@
       <audio ref="noStockPlay"><source src="@/static/noStock.mp3" type="audio/mpeg"></audio>
       <audio ref="successPlay"><source src="@/static/success1.mp3" type="audio/mpeg"></audio>
       <el-table ref="singleTable" :data="selectList" highlight-current-row border :header-cell-style="{background:'#fdfdfd', color: '#01060a', fontWeight:800}" 
-      class="tableBox active" @row-click="pickModifyItem" height="70vh" style="width:60vw;margin:0 auto;">
+      class="tableBox active" @row-click="pickModifyItem" height="70vh" style="width:70vw;margin:0 auto;">
         <el-table-column prop="id" label="编号" width="110" align="center"></el-table-column>
 
         <el-table-column prop="cover" label="图片" align="center" width="110">
@@ -54,7 +54,7 @@
       </el-table>
     </div>
     <div class="seek-list-box" v-if="!$util.isEmpty(getItemList) && showGetItemList == true">
-      <el-table ref="showItemRef" :data="getItemList" highlight-current-row style="width:50vw" border :header-cell-style="{background:'#fdfdfd', color: '#666'}" 
+      <el-table ref="showItemRef" :data="getItemList" highlight-current-row style="width:60vw" border :header-cell-style="{background:'#fdfdfd', color: '#666'}" 
       class="tableBox active" height="70vh" @row-click="pickAddItem">
         <el-table-column prop="className" label="分类" align="center" width="130"></el-table-column>
         <el-table-column prop="cover" label="图片" align="center" width="110">
@@ -853,7 +853,7 @@ export default {
   .seek-list-box{
     position: absolute;
     bottom: 70px;
-    right: 20vw;
+    right: 15vw;
     min-height: 310px;
     overflow: hidden;
     z-index:9999;