Ver Fonte

question title style update

abpcoder há 2 semanas atrás
pai
commit
bf17bd9493

+ 1 - 1
src/views/questioncenter/AnswerDetails.vue

@@ -70,7 +70,7 @@
               <div class="info_right">
                 <div class="que_tit">
                   <div>【题文】</div>
-                  <div class="center" v-html="scope.row.title"></div>
+                  <div v-html="scope.row.title"></div>
                   <div class="fix">
                     <span>正确答案</span>
                     <span>{{ scope.row.answer1 }}</span>

+ 0 - 4
src/views/questioncenter/practice-answer-detail.scss

@@ -113,10 +113,6 @@
     cursor: pointer;
   }
 
-  .center {
-    width: 1000px;
-  }
-
   .option-list {
     margin-top: 10px;
   }