1.el-table嵌入el-image標簽預覽時,顯示錯亂
解決:添加preview-teleported屬性
<el-table-column label="等級圖標" align="center" prop="icon" min-width="80"><template #default="scope"><el-image:src="scope.row.icon"class="h-30px w-30px":preview-teleported="true":preview-src-list="[scope.row.icon]"/></template>
</el-table-column>
解決前:
?解決后:
持續整理中。。。