- 将el-image组件的fit属性从cover改为contain - 确保图像完整显示而不被裁剪
@@ -55,7 +55,7 @@
</div>
<div class="last-photo" v-show="showlastPhoto && (lastPhoto as any)?.file_path" v-key="(lastPhoto as any)?.file_path">
- <el-image :src="getFilePath((lastPhoto as any)?.file_path || '')" fit="cover" ></el-image>
+ <el-image :src="getFilePath((lastPhoto as any)?.file_path || '')" fit="contain" ></el-image>
<div class="history-section flex-col koutu-section">