@@ -3897,7 +3897,7 @@ a.tag-link {
float: right;
right: 0;
text-shadow: 0 0 1px rgba(0, 0, 0, .6);
- z-index: 50;
+ z-index: 100;
bottom: 110px;
}
@@ -299,6 +299,15 @@ export default {
};
},
watch: {
+ // 打开热点列表的时候隐藏使用指南
+ meanInd(val) {
+ if (val) {
+ const dom = document.querySelector("#interaction-modal");
+ dom.style.opacity = "0";
+ dom.style.pointerEvents = "none";
+ }
+ },
+
viewShow(val) {
const dom = document.querySelector("#drawer-container");
if (val) {