add preview style for FileViewer.vue tab
This commit is contained in:
@ -16,6 +16,8 @@
|
||||
>
|
||||
<template #label>
|
||||
<span
|
||||
class="black"
|
||||
:class="{ 'light-gray': file.isPreview }"
|
||||
v-text="file.name"
|
||||
@click="file.isPreview = false"
|
||||
></span>
|
||||
|
||||
Reference in New Issue
Block a user