From 91cc200917dbfbe5523776e4d5c372e4c38b827a Mon Sep 17 00:00:00 2001 From: zh <972939975@qq.com> Date: Tue, 26 Aug 2025 14:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B7=E5=B8=98=E5=8A=9F=E8=83=BD=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E6=96=87=E6=9C=AC=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Global/SplitScreen/index.js | 4 ++-- static/custom/css/index.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Global/SplitScreen/index.js b/src/Global/SplitScreen/index.js index 845b6ee..fe58526 100644 --- a/src/Global/SplitScreen/index.js +++ b/src/Global/SplitScreen/index.js @@ -1298,8 +1298,8 @@ function setActiveId(ids = []) { let thatP = sdkP.entityMap.get(activeIds[i]) - let thatD = sdkD.entityMap.get(activeIds[i]) - if (!thatP || (thatP.type === 'terrain' || !thatP.show)) { + // let thatD = sdkD.entityMap.get(activeIds[i]) + if (!thatP || (thatP.type === 'terrain' || !thatP.show) || thatP.type === 'TextBox') { leftElm.style.display = 'none' rightElm.style.display = 'none' continue diff --git a/static/custom/css/index.css b/static/custom/css/index.css index ddc31cf..fae933a 100644 --- a/static/custom/css/index.css +++ b/static/custom/css/index.css @@ -3493,6 +3493,7 @@ cursor: e-resize; background-color: #d3d3d3; user-select: none; + z-index: 1; } .cesium-performanceDisplay-defaultContainer {