fix: 修改样式

This commit is contained in:
zhangds 2024-04-10 20:52:22 +08:00
parent 0e28c29a50
commit d72aacd9d2
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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('/');