From 79c30d99309b4d80e76072cdfbae461f59d089bf Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Wed, 13 Mar 2024 08:24:32 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/jrgl/sync/index.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/WebRoot/view/jrgl/sync/index.html b/WebRoot/view/jrgl/sync/index.html index 0a297363..dfa5e325 100644 --- a/WebRoot/view/jrgl/sync/index.html +++ b/WebRoot/view/jrgl/sync/index.html @@ -33,6 +33,16 @@ background-color: #ff5722 !important; color: #EEEEEE; } + + .outer { + width: 500px; + height: 500px; + + } + + .inner { + + } @@ -140,10 +150,7 @@ content: './pdfjs/web/viewer.html?file=' + encodeURIComponent(pdfUrl) }); } - - - - + function GetQueryString(name, istop) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg);