el-link underline

This commit is contained in:
xh
2025-06-20 01:43:12 +08:00
parent 423a598ddf
commit 4cafaf6c44
2 changed files with 2 additions and 8 deletions

View File

@@ -1,13 +1,7 @@
<template>
<div>
<div class="file-item relative" :style="{ height: fileSize, width: fileSize }">
<el-image
class="image"
v-if="type == 'image'"
fit="contain"
loading="lazy"
:src="uri"
></el-image>
<el-image class="image" v-if="type == 'image'" fit="contain" lazy :src="uri"></el-image>
<video class="video" v-else-if="type == 'video'" :src="uri"></video>
<div
v-if="type == 'video'"