zhangjie пре 1 месец
родитељ
комит
4f0c94d5a7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/modules/statistics/components/StatisticsQuestionDialog.vue

+ 1 - 1
src/modules/statistics/components/StatisticsQuestionDialog.vue

@@ -86,7 +86,7 @@
         <div class="statistics-body stat-type-body">
           <div class="stat-type-table">
             <el-table :data="paperTeacherData" border>
-              <el-table-column label="命题老师" prop="name" width="120">
+              <el-table-column label="命题老师" prop="name" width="160">
                 <template slot-scope="scope">
                   <span>{{ scope.row.name }}({{ scope.row.loginName }})</span>
                 </template>