zhangjie 2 лет назад
Родитель
Сommit
9ab4d1454b
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/modules/question/views/QuestionRecycle.vue

+ 0 - 2
src/modules/question/views/QuestionRecycle.vue

@@ -52,8 +52,6 @@
           <template slot-scope="scope">
             <rich-text
               v-if="scope.row.recycleType === 'QUESTION'"
-              class="row-question-body"
-              title="点击查看试题"
               :text-json="scope.row.name"
             ></rich-text>
             <div v-else>{{ scope.row.name }}</div>