Browse Source

修复表格内预览图片被覆盖问题

master
RuoYi 4 years ago
parent
commit
e519e3ef4b
  1. 1
      src/components/ImagePreview/index.vue

1
src/components/ImagePreview/index.vue

@ -4,6 +4,7 @@
fit="cover" fit="cover"
:style="`width:${realWidth};height:${realHeight};`" :style="`width:${realWidth};height:${realHeight};`"
:preview-src-list="realSrcList" :preview-src-list="realSrcList"
append-to-body="true"
> >
<template #error> <template #error>
<div class="image-slot"> <div class="image-slot">

Loading…
Cancel
Save