fix: 修改安全帽遮罩层
This commit is contained in:
parent
6350114fe8
commit
7f0d75e54f
@ -1959,7 +1959,7 @@ function echoPersonMarker(item) {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
|
background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
|
||||||
z-index: 9999; /* 确保遮罩层位于其他内容上方 */
|
z-index: -1; /* 确保遮罩层位于其他内容上方 */
|
||||||
|
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
// width: 99%;
|
// width: 99%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user