图片处理

This commit is contained in:
李亮亮 2024-01-15 16:29:03 +08:00
parent 40f9c56038
commit ae7946c5fc
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
<template>
<div
class="w-full bg-rose-100 rounded-md shadow-sm overflow-hidden relative"
v-if="!imageError"
>
<loading-overlay :loading="loading" />
@ -10,10 +9,7 @@
:src="src"
fit="cover"
hide-on-click-modal
lazy
@error="imageError = true"
@load="loading = false"
:preview-src-list="[src]"
/>
<div class="w-full absolute left-0 bottom-0 bg-slate-800/70 backdrop-blur-sm">
<div class="p-2">