From dbdea53fc3705284ed67b6282004b071d831d247 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 7 Jun 2024 21:08:29 +0800 Subject: [PATCH 1/5] update --- route/static/app/files.js | 2 +- route/templates/default/files.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/route/static/app/files.js b/route/static/app/files.js index 542bb38046..34bc293fa3 100755 --- a/route/static/app/files.js +++ b/route/static/app/files.js @@ -366,7 +366,7 @@ function makeFilePage(showRow, page = ''){ //分页 $("#filePage").html(page); - $("#filePage div").append("每页"); + $("#filePage div").append("每页"); $("#filePage .Pcount").css("left","16px"); } diff --git a/route/templates/default/files.html b/route/templates/default/files.html index 14f4e04231..e074d30049 100755 --- a/route/templates/default/files.html +++ b/route/templates/default/files.html @@ -16,11 +16,11 @@