fix: 修改安全帽遮罩层

This commit is contained in:
Vce 2024-03-28 18:48:56 +08:00
parent 6350114fe8
commit 7f0d75e54f

View File

@ -1959,7 +1959,7 @@ function echoPersonMarker(item) {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
z-index: 9999; /* 确保遮罩层位于其他内容上方 */
z-index: -1; /* 确保遮罩层位于其他内容上方 */
// position: absolute;
// width: 99%;