lrf402788946 5 years ago
parent
commit
52c1d4b48e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teacher/index.vue

+ 1 - 1
src/views/teacher/index.vue

@@ -2,7 +2,7 @@
   <div id="index">
     <list-frame :title="mainTitle" @query="search" :total="total" :needFilter="false" :needAdd="false">
       <el-row type="flex" justify="end" style="padding:10px;">
-        <el-col :span="4">
+        <el-col :span="3">
           <el-popover title="确认教师" placement="bottom" v-model="disForm" @show="toShow">
             <!-- <template #reference> -->
             <el-button slot="reference" type="primary" size="mini">确认已选择教师{{ teachersid.length > 0 ? `(${teachersid.length}人)` : '' }}</el-button>