diff --git a/src/assets/styles/publicXG.scss b/src/assets/styles/publicXG.scss index 306c48c..f751dcd 100644 --- a/src/assets/styles/publicXG.scss +++ b/src/assets/styles/publicXG.scss @@ -536,7 +536,7 @@ left: 26%; background: url('@/assets/newImgs/HMScreen/milepost_img.png') no-repeat; background-size: 100% 100%; - // background: red; + z-index: 220; } *::-webkit-scrollbar { width: 5px; /* 定义滚动条的宽度 */ diff --git a/src/assets/styles/publicXG.scss b/src/assets/styles/publicXG.scss index 306c48c..f751dcd 100644 --- a/src/assets/styles/publicXG.scss +++ b/src/assets/styles/publicXG.scss @@ -536,7 +536,7 @@ left: 26%; background: url('@/assets/newImgs/HMScreen/milepost_img.png') no-repeat; background-size: 100% 100%; - // background: red; + z-index: 220; } *::-webkit-scrollbar { width: 5px; /* 定义滚动条的宽度 */ diff --git a/src/views/sponeScreen/gisMF/cesiumPopup.vue b/src/views/sponeScreen/gisMF/cesiumPopup.vue index 7238bd5..8786b09 100644 --- a/src/views/sponeScreen/gisMF/cesiumPopup.vue +++ b/src/views/sponeScreen/gisMF/cesiumPopup.vue @@ -226,7 +226,6 @@ padding: 10px; background: rgba(0, 49, 78, 0.5); border: 1px solid #094065; - z-index: 120; .title { display: flex; align-items: center; @@ -270,7 +269,6 @@ margin-left: 50px; .contentName { margin: 3px; - // height: 20px; width: 100px; font-size: 14px; font-weight: 400; @@ -279,7 +277,6 @@ } .contentName1 { margin: 3px; - // height: 20px; width: 185px; font-size: 14px; font-weight: 400; @@ -288,16 +285,11 @@ } .contentValue { margin: 3px; - // height: 20px; width: 100px; font-size: 14px; font-weight: 400; - // line-height: 20px; color: #00d1ff; - // overflow: hidden; word-wrap: break-word; - // white-space: nowrap; - // text-overflow: ellipsis; } } }