mirror of
https://github.com/keven1024/015.git
synced 2026-06-04 11:29:36 +00:00
feat(front): add FileShareDrawer component for file sharing functionalities and enhance index page layout
This commit is contained in:
@@ -40,8 +40,8 @@ onUnmounted(() => {
|
||||
isOverDropZone && '!bg-green-100/50 '
|
||||
)">
|
||||
<template v-if="!!value">
|
||||
<div v-if="!!imageUrl" class="flex size-16">
|
||||
<div class="object-contain mx-auto">
|
||||
<div v-if="!!imageUrl" class="flex max-w-30 max-h-20">
|
||||
<div class="object-contain m-auto h-full">
|
||||
<img :src="imageUrl" class="w-full h-full border border-black/20 rounded" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user