|
@@ -31,7 +31,7 @@
|
|
|
</div>
|
|
|
<client-only>
|
|
|
<el-table :data="tableData" @selection-change="handleSelectionChange" stripe="true">
|
|
|
- <el-table-column type="selection" width="50"></el-table-column>
|
|
|
+ <el-table-column type="selection" width="50" align="center"></el-table-column>
|
|
|
<el-table-column prop="format" label="格式转换" class-name="style-change"></el-table-column>
|
|
|
<el-table-column prop="outFilename" label="目标文件">
|
|
|
<template slot-scope="scope">
|
|
@@ -137,7 +137,7 @@ export default {
|
|
|
'userInfo',
|
|
|
]),
|
|
|
},
|
|
|
- created () {
|
|
|
+ mounted () {
|
|
|
this.getChangeFileRecord(1)
|
|
|
},
|
|
|
methods: {
|
|
@@ -406,9 +406,9 @@ export default {
|
|
|
opacity: 0.5;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
-.el-table__body {
|
|
|
+::v-deep.el-table__body {
|
|
|
// 使表格兼容safari,不错位
|
|
|
- width: 100%;
|
|
|
+ // width: 100%;
|
|
|
table-layout: fixed !important;
|
|
|
}
|
|
|
</style>
|