diff --git a/pages/files/index.vue b/pages/files/index.vue
index 70f84e8..2f29b72 100644
--- a/pages/files/index.vue
+++ b/pages/files/index.vue
@@ -412,14 +412,14 @@ const showFile = (fileId) => {
|
i.id === entry.id)) : showFile(entry.id)"
>{{entry.label}}
|
- {{dayjs(documents.find(i => i.id === entry.id).created_at).format("DD.MM.YY HH:mm")}}
- {{dayjs(currentFolders.find(i => i.id === entry.id).created_at).format("DD.MM.YY HH:mm")}}
+ {{dayjs(documents.find(i => i.id === entry.id).created_at).format("DD.MM.YY HH:mm")}}
+ {{dayjs(currentFolders.find(i => i.id === entry.id).created_at).format("DD.MM.YY HH:mm")}}
|
@@ -542,7 +542,7 @@ const showFile = (fileId) => {
}
tr:nth-child(odd) {
- background-color: rgba(0, 0, 0, 0.2);
+ background-color: rgba(0, 0, 0, 0.05);
}
\ No newline at end of file