@ -60,7 +60,7 @@
</el-table-column>
<el-table-column fixed="right" label="操作" align="center" width="200px">
<template slot-scope="scope">
<el-button @click=" handleInfo(scope.row)" type="text" size="small">查看</el-button>
<el-button @click=" handleInfo(scope.row)" type="text" size="small">查看/下载</el-button>
</template>
@ -587,9 +587,9 @@ changeName(val) {
}
.g-left-top40 {
margin-top: 40px;
// margin-top: 40px;
.g-right-top40 {
</style>