nikang 6 anni fa
parent
commit
20ac725408
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/modules/marking/views/TpScoreBoard.vue

+ 3 - 3
src/modules/marking/views/TpScoreBoard.vue

@@ -148,7 +148,7 @@
             </el-radio-group>
           </span>
         </div>
-        <div class="pull-left" v-if="paperMark">
+        <div class="pull-left btn" v-if="paperMark">
           <el-button
             id="subMarkBtn"
             class="submit-button"
@@ -163,10 +163,10 @@
             <span>交</span>
           </el-button>
         </div>
-        <div class="pull-left scoretitle" v-if="paperMark">
+        <div class="pull-left btn" v-if="paperMark">
           <el-button type="danger" v-bind:round="true" size="large" @click="problemClick">问题卷</el-button>
         </div>
-        <div class="pull-left scoretitle" v-if="paperMark && problemView">
+        <div class="pull-left btn" v-if="paperMark && problemView">
           <el-button type="danger" v-bind:round="true" size="large" @click="resetProblem">清除问题卷</el-button>
         </div>
       </div>