Ver Fonte

注释去掉列固定

natasha há 6 dias atrás
pai
commit
d10281a17f

+ 2 - 2
src/views/book/courseware/create/components/question/article/Notes.vue

@@ -19,8 +19,8 @@
           <el-input v-model="scope.row.number" />
         </template>
       </el-table-column> -->
-      <el-table-column fixed prop="matchNotes" label="课文内容" width="120px"> </el-table-column>
-      <el-table-column fixed prop="con" label="气泡">
+      <el-table-column prop="matchNotes" label="课文内容" width="120px"> </el-table-column>
+      <el-table-column prop="con" label="气泡">
         <template slot-scope="scope">
           <RichText
             v-if="property.isGetContent"

+ 2 - 2
src/views/book/courseware/create/components/question/notes/Notes.vue

@@ -13,12 +13,12 @@
         class="title-box"
       /> -->
       <el-table :key="refreshKey" :data="data.option" border style="width: 100%">
-        <el-table-column fixed prop="number" label="序号" width="70">
+        <el-table-column prop="number" label="序号" width="70">
           <template slot-scope="scope">
             <el-input v-model="scope.row.number" />
           </template>
         </el-table-column>
-        <el-table-column fixed prop="con" label="内容" width="200">
+        <el-table-column prop="con" label="内容" width="200">
           <template slot-scope="scope">
             <RichText
               v-if="property.isGetContent"