@@ -71,7 +71,7 @@
width="50"
:index="indexMethod"
></el-table-column>
- <el-table-column prop="courseName" label="课程(代码)" width="210">
+ <el-table-column prop="courseName" label="课程(代码)" min-width="200">
<template slot-scope="scope">
{{ scope.row.courseName }}({{ scope.row.courseCode }})
</template>
@@ -79,12 +79,12 @@
<el-table-column
prop="paperNumber"
label="试卷编号"
- width="150"
+ width="180"
prop="orgName"
label="开课机构"
- width="120"
+ width="150"
<el-table-column prop="userName" label="命题老师" width="180"
><span slot-scope="scope"