add preview style for FileViewer.vue tab

This commit is contained in:
Timi
2025-07-11 20:12:08 +08:00
parent d885beb56d
commit 8e2f49b243

View File

@ -16,6 +16,8 @@
> >
<template #label> <template #label>
<span <span
class="black"
:class="{ 'light-gray': file.isPreview }"
v-text="file.name" v-text="file.name"
@click="file.isPreview = false" @click="file.isPreview = false"
></span> ></span>