|
|
@@ -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 style="width:84%" border :header-cell-style="{background:'#fdfdfd', color: '#01060a', fontWeight:800}"
|
|
|
- class="tableBox active" @row-click="pickModifyItem" height="730">
|
|
|
+ class="tableBox active" @row-click="pickModifyItem" height="25rem">
|
|
|
<el-table-column prop="id" label="编号" width="120" align="center"></el-table-column>
|
|
|
|
|
|
<el-table-column prop="cover" label="图片" align="center" width="130">
|