[作业设计] - 优化图片显示

This commit is contained in:
“zouyf” 2025-01-13 14:49:56 +08:00
parent cdf8fd2733
commit 8185cc458d
1 changed files with 4 additions and 1 deletions

View File

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