|
|
@@ -194,7 +194,7 @@
|
|
|
<!-- 转码进度弹窗 -->
|
|
|
<el-dialog :title="trans.title" v-model="trans.visible" width="1000px" append-to-body :style="{ height: '700px' }">
|
|
|
<el-card shadow="never">
|
|
|
- <div class="table-content">
|
|
|
+ <div class="table-content" style="min-height: 525px">
|
|
|
<el-table v-loading="loading" :data="transRecordList">
|
|
|
<el-table-column label="资源名称" align="left" prop="fileName" width="200" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="转码类型" align="center" prop="transType">
|