Commit 1c9cb8ad authored by CHENQIKUAI's avatar CHENQIKUAI

fix: 修复二维码无法展示的bug

parent f5e12f9c
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -583,7 +583,6 @@ const onHindMenu = () => {
checkQR.value = -1;
checkBlock.value = -1;
checkSet.value = -1;
QRcode.value = "";
document.removeEventListener("mousedown", onHindMenu);
};
......@@ -634,7 +633,6 @@ const openBlock = (item: any, index: any) => {
color: #b6b5ba;
}
.show-box {
position: absolute;
width: 135px;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.13);
......
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