瀏覽代碼

修复仲裁回评时间;修复评卷给分板自适应错位问题

ting.yin 5 年之前
父節點
當前提交
6a6e81f43d

+ 1 - 0
stmms-biz/src/main/java/cn/com/qmth/stmms/biz/mark/service/Impl/TaskServiceImpl.java

@@ -112,6 +112,7 @@ public class TaskServiceImpl implements TaskService {
         task.setAnswerUrl(PictureUrlBuilder.getAnswerUrl(student.getExamId(), student.getSubjectCode()));
         task.setPaperUrl(PictureUrlBuilder.getPaperUrl(student.getExamId(), student.getSubjectCode()));
         task.setObjectiveScore(student.getObjectiveScore() != null ? student.getObjectiveScore() : 0);
+        task.setMarkTime(history.getUpdateTime());
         // 构造仲裁信息
         List<ArbitrationDTO> list = new ArrayList<ArbitrationDTO>();
         for (MarkLibrary library : libraryList) {

+ 4 - 1
stmms-web/src/main/webapp/static/mark-new/css/style.css

@@ -359,7 +359,7 @@ i,em {
 	display: block;
 	text-align: center;
 	font-family: "微软雅黑";
-	font-size: 30px;
+	font-size: 25px;
 	font-weight: bold;
 	margin: 4px 0;
 }
@@ -427,6 +427,7 @@ i,em {
 	line-height: 30px;
 	color: #309c52;
 	margin-bottom: 5px;
+	overflow: hidden;
 }
 
 .mark-steps .step-board .step-list .done .score .icon {
@@ -494,6 +495,7 @@ i,em {
 	line-height: 30px;
 	color: #309c52;
 	margin-bottom: 5px;
+	overflow: hidden;
 }
 
 .mark-steps .step-board .step-list .current .score .icon {
@@ -561,6 +563,7 @@ i,em {
 	line-height: 30px;
 	color: #8d8d8d;
 	margin-bottom: 5px;
+	overflow:hidden;
 }
 
 .mark-steps .step-board .step-list .todo .score .icon {