Commit 98c46095 authored by Liyuan Li's avatar Liyuan Li

🐛 后台 footer 遮挡 菜单栏

parent 9bac04be
......@@ -95,7 +95,7 @@ $.extend(Page.prototype, {
value: shareURL,
size: 99,
})
$qrCode.css('background-image', `url(${qr.toDataURL('image/jpeg')})`)
$qrCode.css('background-image', `url(${qr.toDataURL('image/jpeg')})`).show()
} else {
$qrCode.slideToggle()
}
......
This diff is collapsed.
This diff is collapsed.
......@@ -304,6 +304,7 @@ a[class*=" icon-"]:hover {
top: 0;
background-color: #32323a;
overflow: auto;
z-index: 1;
&::-webkit-scrollbar {
display: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment