From c59a4026c21d43a7b4f5ead9659af5aaa82b9e9b Mon Sep 17 00:00:00 2001 From: bohung Date: Tue, 23 Mar 2021 18:24:41 +0800 Subject: [PATCH] Fix bug. --- modules/archive/archive_index7.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/archive/archive_index7.html.erb b/modules/archive/archive_index7.html.erb index f004a98..f595d7d 100644 --- a/modules/archive/archive_index7.html.erb +++ b/modules/archive/archive_index7.html.erb @@ -8,7 +8,7 @@
上傳日期
標題
-
{{description-head}}
+
{{description-head}}
檔案下載
@@ -21,7 +21,7 @@ {{status}}
-
{{description}}
+
{{description}}
{{file-type}}
@@ -39,4 +39,7 @@ if( window.location.href.indexOf('/en/') > -1 ) { $('.title-thead').replaceWith('
Title
') $('.file-thead').replaceWith('
Download file
') } +$(".archive-items .date").each(function(i,d){ + $(d).parent().eq(0).children().height($(d).parent().height()); +}) \ No newline at end of file