@@ -216,7 +216,7 @@
<el-button @click="detailFile(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
</template>
</vxe-column>
- <vxe-column title="操作" width="200px" fixed="right" align="center">
+ <vxe-column title="操作" min-width="200px" fixed="right" align="center">
<template #default="scope">
<!-- 管理员修改-->
<el-button v-if=" (isAdmin)" text type="primary" @click="editForm(scope.row)">修改</el-button>