|
@@ -1273,6 +1273,11 @@
|
|
|
{{ s.student }}
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <AnswerData2 v-if="
|
|
|
+ worksStudent.length &&
|
|
|
+ worksStudent[jdIndex][rwIndex][toolIndex].length > 0
|
|
|
+ " :problemJson="tool.selectJson.answer" :people="worksStudent[jdIndex][rwIndex][toolIndex]">
|
|
|
+ </AnswerData2>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div class="upload_toolBtn" @click="addImg($event)">
|
|
@@ -1934,8 +1939,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="upAnswerCss">
|
|
|
- <el-button type="primary" @click="addSelectAnswer" v-if="!isSelect">提交答案</el-button>
|
|
|
- </div>
|
|
|
+ <el-button type="primary" @click="addSelectAnswer" v-if="!isSelect">提交答案</el-button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1947,13 +1952,14 @@
|
|
|
import "../common/aws-sdk-2.235.1.min.js";
|
|
|
import pdf from "./components/pdf3";
|
|
|
import AskStatic from "./components/askStatic";
|
|
|
+import AnswerData2 from "./components/answerData2";
|
|
|
import EditorBar from "./tools/wangEnduit.vue";
|
|
|
import Time from "./tools/time.vue";
|
|
|
import Mind from "./tools/jsmind.vue";
|
|
|
import Sunburst from "./tools/sunburst";
|
|
|
import SeeBoard from "./tools/seeBoard";
|
|
|
export default {
|
|
|
- components: { EditorBar, Time, pdf, AskStatic, Mind, Sunburst, SeeBoard },
|
|
|
+ components: { EditorBar, Time, pdf, AskStatic, Mind, Sunburst, SeeBoard, AnswerData2 },
|
|
|
data() {
|
|
|
return {
|
|
|
dialogVisible: false,
|
|
@@ -2008,7 +2014,7 @@ export default {
|
|
|
],
|
|
|
mr: require("../assets/vedioPic.png"),
|
|
|
word: require("../assets/icon/isWord.png"),
|
|
|
- video:require("../assets/icon/isVideo.png"),
|
|
|
+ video: require("../assets/icon/isVideo.png"),
|
|
|
noLikes: require("../assets/icon/comment/noLikes.png"),
|
|
|
likes: require("../assets/icon/comment/likes.png"),
|
|
|
courseDetail: {},
|
|
@@ -4362,7 +4368,7 @@ export default {
|
|
|
width: 50px !important;
|
|
|
}
|
|
|
|
|
|
- .dialog_diy3 >>> .el-dialog{
|
|
|
+ .dialog_diy3>>>.el-dialog {
|
|
|
width: 95% !important;
|
|
|
}
|
|
|
|
|
@@ -4381,6 +4387,7 @@ export default {
|
|
|
width: 550px !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.dialog_diy>>>.el-dialog {
|
|
|
margin-top: 10vh !important;
|
|
|
}
|
|
@@ -5295,7 +5302,7 @@ export default {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
|
|
|
-.redioStyle >>> .el-radio__label {
|
|
|
+.redioStyle>>>.el-radio__label {
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
|
|
@@ -6372,7 +6379,8 @@ export default {
|
|
|
.redCss {
|
|
|
color: red;
|
|
|
}
|
|
|
-.redioStyle>>>.el-radio__input.is-disabled+span.el-radio__label{
|
|
|
+
|
|
|
+.redioStyle>>>.el-radio__input.is-disabled+span.el-radio__label {
|
|
|
color: rgb(0 123 255) !important;
|
|
|
}
|
|
|
</style>
|