nikang 6 年之前
父节点
当前提交
1edecf7932
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      src/modules/marking/views/TpScoreBoard.vue

+ 9 - 1
src/modules/marking/views/TpScoreBoard.vue

@@ -148,7 +148,7 @@
             </el-radio-group>
           </span>
         </div>
-        <div class="pull-left scoretitle" v-if="paperMark">
+        <div class="pull-left" v-if="paperMark">
           <el-button
             id="subMarkBtn"
             class="submit-button"
@@ -768,6 +768,9 @@ li {
 .board-margin {
   margin-left: 20px;
 }
+.sub-btn {
+  margin-right: 15px;
+}
 .active-btn {
   background: rgb(85, 191, 255) !important;
   border-color: rgb(85, 191, 255) !important;
@@ -974,4 +977,9 @@ textarea {
   text-align: center;
   line-height: 1.5;
 }
+.btn{
+  margin-right: 10px;
+  margin-bottom: 10px;
+}
+
 </style>