|
|
@@ -16,7 +16,7 @@
|
|
|
<span>删除:Delete</span>
|
|
|
<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}"
|
|
|
+ <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">
|
|
|
<el-table-column prop="id" label="编号" width="120" align="center"></el-table-column>
|
|
|
|