Browse Source

操作宽度

natasha 2 years ago
parent
commit
3bee693447
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/courseList.vue

+ 1 - 1
src/views/courseList.vue

@@ -104,7 +104,7 @@
               prop="publish_scope"
               prop="publish_scope"
               width="100"
               width="100"
             />
             />
-            <el-table-column fixed="right" label="操作" prop width="300">
+            <el-table-column fixed="right" label="操作" prop width="370">
               <template slot-scope="scope">
               <template slot-scope="scope">
                 <el-button type="text" @click="handleClick(scope.row)"
                 <el-button type="text" @click="handleClick(scope.row)"
                   >编辑</el-button
                   >编辑</el-button