fix: 修改样式
This commit is contained in:
parent
0e28c29a50
commit
d72aacd9d2
|
@ -507,6 +507,8 @@ body {
|
||||||
background: #ffe2a5;
|
background: #ffe2a5;
|
||||||
border-radius: 0px 0px 0.07rem 0.07rem;
|
border-radius: 0px 0px 0.07rem 0.07rem;
|
||||||
padding: 0.02rem 0.04rem;
|
padding: 0.02rem 0.04rem;
|
||||||
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .g-b-but-new-box {
|
.content .g-b-but-new-box {
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
let linkId = getQueryString('id');
|
let linkId = getQueryString('id');
|
||||||
// let linkId = "2460"
|
// let linkId = "2460"
|
||||||
let keyCode = getQueryString('key');
|
let keyCode = getQueryString('key');
|
||||||
// let keyCode = "AAACD7A5YL28s8z6"
|
// let keyCode = "AAACD7eSqWZp4AbJ"
|
||||||
if (!linkId) {//地址栏无携带id
|
if (!linkId) {//地址栏无携带id
|
||||||
let path = window.location.pathname;
|
let path = window.location.pathname;
|
||||||
let parmas = path.split('/');
|
let parmas = path.split('/');
|
||||||
|
|
Loading…
Reference in New Issue