From d72aacd9d25d705efd48fc4f0ec39d54aed2a318 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 10 Apr 2024 20:52:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- combining.css | 2 ++ index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/combining.css b/combining.css index d94bca8..f4ed650 100644 --- a/combining.css +++ b/combining.css @@ -507,6 +507,8 @@ body { background: #ffe2a5; border-radius: 0px 0px 0.07rem 0.07rem; padding: 0.02rem 0.04rem; + position: relative; + top: -2px; } .content .g-b-but-new-box { diff --git a/index.html b/index.html index 3870f29..cd85eec 100644 --- a/index.html +++ b/index.html @@ -125,7 +125,7 @@ let linkId = getQueryString('id'); // let linkId = "2460" let keyCode = getQueryString('key'); - // let keyCode = "AAACD7A5YL28s8z6" + // let keyCode = "AAACD7eSqWZp4AbJ" if (!linkId) {//地址栏无携带id let path = window.location.pathname; let parmas = path.split('/');