zhangjie 2 år sedan
förälder
incheckning
9ab4d1454b
1 ändrade filer med 0 tillägg och 2 borttagningar
  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>