|
@@ -9668,7 +9668,7 @@
|
|
:key="index1"
|
|
:key="index1"
|
|
>
|
|
>
|
|
<div class="a_add_head">
|
|
<div class="a_add_head">
|
|
- <div style="display: flex;align-items: center;">
|
|
|
|
|
|
+ <div style="display: flex;">
|
|
<span class="askIndex">{{ index1 + 1 }}</span>
|
|
<span class="askIndex">{{ index1 + 1 }}</span>
|
|
<div
|
|
<div
|
|
v-if="testJson.testJson[index1].type == '1'"
|
|
v-if="testJson.testJson[index1].type == '1'"
|
|
@@ -26361,10 +26361,12 @@ div::-webkit-scrollbar {
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
.renderedFor >>> .katex {
|
|
.renderedFor >>> .katex {
|
|
- font-size: 16px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
width: 100%;
|
|
width: 100%;
|
|
white-space: normal;
|
|
white-space: normal;
|
|
|
|
+ font-family: '黑体' !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.renderedFor >>> .katex .base{
|
|
.renderedFor >>> .katex .base{
|
|
display: inline !important;
|
|
display: inline !important;
|
|
display: contents !important;
|
|
display: contents !important;
|