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

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

@ -994,5 +994,8 @@ const handlePrint = () => {
}
}
}
::v-deep img {
display: inline-block !important;
}
</style>