|
@@ -2,7 +2,7 @@
|
|
|
<div id="detail">
|
|
|
<list-frame :title="pageTitle" returns="./index" :needFilter="false" :needPag="false" :needAdd="false">
|
|
|
<el-col class="mb">
|
|
|
- <el-button type="primary" @click="exportExcel()">下载上传名单模板</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="exportExcel()">下载上传名单模板</el-button>
|
|
|
</el-col>
|
|
|
<data-table
|
|
|
id="out-table"
|
|
@@ -189,6 +189,7 @@ export default {
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
.mb {
|
|
|
- margin: 0 0 10px 1576px;
|
|
|
+ text-align: right;
|
|
|
+ margin: 15px 0;
|
|
|
}
|
|
|
</style>
|