zydx-plus 1.33.328 → 1.33.330
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -115,8 +115,8 @@ let buttonNames = {
|
|
|
115
115
|
},
|
|
116
116
|
lowLevel: {
|
|
117
117
|
default: "singletonClass",
|
|
118
|
-
singletonClass: '实施检测',
|
|
119
118
|
quest:'全节试题',
|
|
119
|
+
singletonClass: '实施检测',
|
|
120
120
|
score: '检测成绩',
|
|
121
121
|
analysis: '统计分析',
|
|
122
122
|
power: '学习动力'
|
|
@@ -693,19 +693,19 @@ let buttonNames = {
|
|
|
693
693
|
headLevel: {
|
|
694
694
|
default: "demand",
|
|
695
695
|
demand: '作业要求',
|
|
696
|
-
quest:'
|
|
696
|
+
quest:'全课题目',
|
|
697
697
|
singletonClass: this.getCurrentPrefix(item) + '作业',
|
|
698
698
|
allClass: this.getPrefix(item) + '情况',
|
|
699
699
|
},
|
|
700
700
|
otherLevel: {
|
|
701
701
|
default: "singletonClass",
|
|
702
|
-
quest:'
|
|
702
|
+
quest:'全章题目',
|
|
703
703
|
singletonClass: this.getCurrentPrefix(item) + '作业',
|
|
704
704
|
allClass: this.getPrefix(item) + '情况',
|
|
705
705
|
},
|
|
706
706
|
lowLevel: {
|
|
707
707
|
default: "singletonClass",
|
|
708
|
-
quest:'
|
|
708
|
+
quest:'全节题目',
|
|
709
709
|
singletonClass: '作业任务',
|
|
710
710
|
score: '作业成绩',
|
|
711
711
|
analysis: '统计分析',
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
</div>
|
|
61
61
|
</template>
|
|
62
62
|
<div v-if="actionConfig[actionId].isShowLaterScore" class="task_item_main" :class="getZindex(index)">
|
|
63
|
-
<div class="task_text_desc">{{actionId
|
|
63
|
+
<div class="task_text_desc">{{actionConfig[actionId].laterScoreBtn}}:</div>
|
|
64
64
|
<div class="width250">
|
|
65
65
|
<zydxSelect :color="'#000000'" :readonly="readonly" :options="laterScoreOptions" v-model:value="laterScore"></zydxSelect>
|
|
66
66
|
</div>
|
|
@@ -480,20 +480,6 @@
|
|
|
480
480
|
isShowScreenLimit: false,
|
|
481
481
|
isShowFunDisable: false,
|
|
482
482
|
isShowVirtualScore: false
|
|
483
|
-
},
|
|
484
|
-
action_Interrogation: {
|
|
485
|
-
actionName: '苏氏追问',
|
|
486
|
-
endTimeBtn1: '任务截止',
|
|
487
|
-
endTimeBtn2: '学习时长',
|
|
488
|
-
laterScoreBtn: '迟交扣分',
|
|
489
|
-
isShowFinishState: true,
|
|
490
|
-
isShowEndTime: true,
|
|
491
|
-
isShowLaterScore: true,
|
|
492
|
-
isShowReviewObj: true,
|
|
493
|
-
isShowReviewDemand: true,
|
|
494
|
-
isShowScreenLimit: false,
|
|
495
|
-
isShowFunDisable: false,
|
|
496
|
-
isShowVirtualScore: false
|
|
497
483
|
}
|
|
498
484
|
},
|
|
499
485
|
showExamJoinCalenderTime:{
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<!-- v-if="oneShow" :style="canvasStyle">-->
|
|
9
9
|
<!-- <img :src="imgArr[(oneIndex === 'right')? pageIndex-1: pageIndex]" alt=""/>-->
|
|
10
10
|
<!-- </div>-->
|
|
11
|
-
<div class="wrap-can" ref="wrapCan">
|
|
11
|
+
<div class="wrap-can" v-show="!loading" ref="wrapCan">
|
|
12
12
|
<canvas @click.stop="turnText" class="wrap-can-one" @mousedown.stop="mouseDown" @mousemove.stop="mouseMove" :id="id"></canvas>
|
|
13
13
|
<!-- <img v-if="imgArr !== ''" :src="imgArr" alt="" />-->
|
|
14
14
|
<canvas :id="`${id}2`"></canvas>
|
|
@@ -1131,6 +1131,7 @@ export default {
|
|
|
1131
1131
|
display: inline-block;
|
|
1132
1132
|
margin: 0 auto;
|
|
1133
1133
|
position: relative;
|
|
1134
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
1134
1135
|
//cursor: none;
|
|
1135
1136
|
}
|
|
1136
1137
|
|
|
@@ -1141,6 +1142,7 @@ export default {
|
|
|
1141
1142
|
|
|
1142
1143
|
.but-wrap {
|
|
1143
1144
|
text-align: center;
|
|
1145
|
+
margin-top: 20px;
|
|
1144
1146
|
}
|
|
1145
1147
|
|
|
1146
1148
|
.pages {
|
|
@@ -1211,7 +1213,7 @@ export default {
|
|
|
1211
1213
|
|
|
1212
1214
|
.book {
|
|
1213
1215
|
width: 100%;
|
|
1214
|
-
height:
|
|
1216
|
+
min-height: 600px;
|
|
1215
1217
|
}
|
|
1216
1218
|
|
|
1217
1219
|
.but-act {
|