浏览代码

bug修改

zhangjie 3 年之前
父节点
当前提交
ff8ef2775f

+ 5 - 6
src/assets/styles/common-component.less

@@ -93,16 +93,14 @@
   }
   &-footer {
     position: absolute;
-    width: 60px;
+    width: 50px;
     bottom: 0;
     right: 0;
-    padding: 10px;
+    padding: 5px;
     font-size: 30px;
-    color: #333;
+    color: #353d57;
     z-index: 99;
     li {
-      display: inline-block;
-      vertical-align: top;
       height: 40px;
       width: 40px;
       line-height: 40px;
@@ -111,7 +109,8 @@
       transition: transform 0.2s linear;
     }
     li:hover {
-      // color: #000;
+      text-shadow: 0 0 5px #333;
+      color: #e1efe0;
       transform: scale(1.2, 1.2);
     }
     li.li-disabled {

+ 1 - 0
src/modules/grading/components/GradeAction.vue

@@ -355,6 +355,7 @@ export default {
       if (this.rights.gradeHis) {
         this.getMarkHistory();
       }
+      this.btnClicked = false;
     },
     getCurLevel() {
       const levelName = this.curPaperOrTask.rejected

+ 1 - 1
src/modules/grading/leader/LeaderGrading.vue

@@ -35,7 +35,7 @@
           <p class="paper-state-cont">批量操作</p>
         </div>
         <div class="action-paper-info">
-          <p><span>任务密号:</span><span>--</span></p>
+          <p><span>试卷密号:</span><span>--</span></p>
         </div>
         <h3 class="action-grade-info-title" v-if="markLeaderOnlyRight">
           当前操作:{{ markLeaderOnlyRight.name }}

+ 5 - 1
src/modules/grading/marker/MarkerHeader.vue

@@ -138,7 +138,11 @@
       <div v-if="IS_MARK_LEADER" class="header-part" @click="toProgress">
         <p>{{ stageName }}进度 <Icon type="ios-arrow-down"></Icon></p>
       </div>
-      <div v-if="showStandard" class="header-part" @click="toStandard">
+      <div
+        v-if="showStandard && paramsSet.showSample"
+        class="header-part"
+        @click="toStandard"
+      >
         <p>标准卷 <Icon type="ios-arrow-down"></Icon></p>
       </div>
       <div class="header-part header-history" @click="toHistory">

+ 2 - 2
src/modules/grading/marker/MarkerImageView.vue

@@ -22,9 +22,9 @@
           >
             <Icon v-if="image.selected" type="md-checkmark" />
           </div>
-          <!-- <div class="image-title" @click="toSelect">
+          <div class="image-title" @click="toSelect">
             {{ image.title }}
-          </div> -->
+          </div>
         </div>
         <div v-else class="image-info">
           <div v-if="image.level" class="image-level">{{ image.level }}</div>

+ 1 - 1
src/modules/main/StudentManage.vue

@@ -438,7 +438,7 @@ export default {
       });
       this.subjects.unshift({
         subject: "ONE",
-        name: "只缺一科"
+        name: "查漏"
       });
     },
     async toManual(row, subject) {

+ 2 - 0
src/modules/mark/components/MarkAction.vue

@@ -473,6 +473,8 @@ export default {
       if (this.rights.markHis) {
         this.getMarkHistory();
       }
+
+      this.btnClicked = false;
     },
     updateScoreList() {
       let scores = [];