From e54363472ed055ed666f57330033334c6b1b4a49 Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Sat, 16 Mar 2024 02:59:02 +0800 Subject: [PATCH] fix: remain in the same position of list when back --- frontend/src/views/Files.vue | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/frontend/src/views/Files.vue b/frontend/src/views/Files.vue index 2c09af24..1d1e3a7a 100644 --- a/frontend/src/views/Files.vue +++ b/frontend/src/views/Files.vue @@ -4,20 +4,18 @@ - - - -
-

-
-
-
-
-
- {{ $t("files.loading") }} -

-
-
+ + +
+

+
+
+
+
+
+ {{ $t("files.loading") }} +

+
@@ -153,13 +151,3 @@ export default { }, }; -