JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改sit的两个样式bug

This commit is contained in:
田岩
2026-01-19 14:08:59 +08:00
parent 746491b1b6
commit 0e03b9b3ed
5 changed files with 22 additions and 15 deletions
+1 -2
View File
@@ -6,7 +6,7 @@
<view class="score" v-if="['settlement', 'examination', 'pk_in'].includes(props.mode)">
{{ item.tgtGrade }}
</view>
<view class="score answerMethod" v-if="['study','examination', 'practice'].includes(props.mode)">
<view class="score answerMethod" v-if="['study','examination', 'practice'].includes(props.mode) && qnsTyp === 'ES'">
{{ answerMethod }}
</view>
<view class="fl1"></view>
@@ -50,7 +50,6 @@
<view :style="{ height: animationHeight }" :class="{ collapse_wrapper: props.mode === 'mistake' }" ref="wrapperRef">
<view class="collapse-content" ref="contentRef">
<view class="option_div" v-if="!['study_answer'].includes(props.mode)">
<template v-if="qnsTyp === 'ES'">
<questionVue