zouyf_dev #221

Merged
zouyf merged 5 commits from zouyf_dev into main 2025-01-13 14:56:14 +08:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 8185cc458d - Show all commits

View File

@ -78,7 +78,7 @@
</div>
<div v-if="(currentRow.worktype == '科学实验' || classWorkForm.worktype == '科学实验')&& currentRow.id>0" class="page-center">
<div class="experiment-homework">
<ExperimentQuestion :expObj="classWorkForm.fileHomeworkList&&classWorkForm.fileHomeworkList[0]" @clickExpObj="getExpObj" />
<ExperimentQuestion :expObj="classWorkForm.fileHomeworkList&&classWorkForm.fileHomeworkList[0]" @clickExpObj="getExpObj" />
</div>
</div>
@ -994,5 +994,8 @@ const handlePrint = () => {
}
}
}
::v-deep img {
display: inline-block !important;
}
</style>