|
@@ -521,6 +521,7 @@
|
|
|
flex-direction: column;
|
|
|
position: relative;
|
|
|
"
|
|
|
+ class="renderedFor"
|
|
|
>
|
|
|
<div
|
|
|
style="
|
|
@@ -529,7 +530,7 @@
|
|
|
font-size: 18px;
|
|
|
color: #0e1e33;
|
|
|
"
|
|
|
- class="cont"
|
|
|
+ class="cont"
|
|
|
v-if="
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.taskDetail != ''
|
|
@@ -1563,7 +1564,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div
|
|
|
- class="tooldetail"
|
|
|
+ class="tooldetail renderedFor"
|
|
|
v-if="tool.toolDetail != ''"
|
|
|
:class="{
|
|
|
isUpdateToolDetailClass: toolDetailIndex == toolIndex
|
|
@@ -6201,6 +6202,7 @@
|
|
|
word-break: break-word;
|
|
|
cursor: pointer;
|
|
|
"
|
|
|
+ class="renderedFor"
|
|
|
>
|
|
|
{{ index + 1 + "、" }} <span v-html="renderedFormula(item.teststitle)"></span>
|
|
|
</div>
|
|
@@ -12842,17 +12844,17 @@
|
|
|
<span class="askIndex">{{ index1 + 1 }}</span>
|
|
|
<div
|
|
|
v-if="testJson.testJson[index1].type == '1'"
|
|
|
- style="margin-right: 5px; min-width: 70px"
|
|
|
+ style="margin-right: 5px; min-width: 70px;flex-shrink: 0;"
|
|
|
>
|
|
|
(单选题)
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="testJson.testJson[index1].type == '2'"
|
|
|
- style="margin-right: 5px; min-width: 70px"
|
|
|
+ style="margin-right: 5px; min-width: 70px;flex-shrink: 0;"
|
|
|
>
|
|
|
(多选题)
|
|
|
</div>
|
|
|
- <div>题目:<span v-html="renderedFormula(testJson.testJson[index1].teststitle)"></span></div>
|
|
|
+ <div class="renderedFor">题目:<span v-html="renderedFormula(testJson.testJson[index1].teststitle)"></span></div>
|
|
|
</div>
|
|
|
<img
|
|
|
v-if="testJson.testJson[index1].img"
|
|
@@ -12971,13 +12973,13 @@
|
|
|
<span class="askIndex">{{ index1 + 1 }}</span>
|
|
|
<div
|
|
|
v-if="testJson.testJson[index1].type == '1'"
|
|
|
- style="margin-right: 5px; min-width: 70px"
|
|
|
+ style="margin-right: 5px; min-width: 70px;flex-shrink: 0;"
|
|
|
>
|
|
|
(单选题)
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="testJson.testJson[index1].type == '2'"
|
|
|
- style="margin-right: 5px; min-width: 70px"
|
|
|
+ style="margin-right: 5px; min-width: 70px;flex-shrink: 0;"
|
|
|
>
|
|
|
(多选题)
|
|
|
</div>
|
|
@@ -30423,17 +30425,17 @@ div::-webkit-scrollbar {
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
-.pb_content >>> .katex {
|
|
|
+.renderedFor >>> .katex {
|
|
|
font-size: 16px;
|
|
|
width: 100%;
|
|
|
white-space: normal;
|
|
|
}
|
|
|
-.pb_content >>> .katex .base{
|
|
|
+.renderedFor >>> .katex .base{
|
|
|
display: inline !important;
|
|
|
display: contents !important;
|
|
|
}
|
|
|
|
|
|
-.pb_content >>> .katex .base .cjk_fallback{
|
|
|
+.renderedFor>>> .katex .base .cjk_fallback{
|
|
|
white-space: normal !important;
|
|
|
display: inline !important;
|
|
|
}
|