lkk 1 жил өмнө
parent
commit
858314ad94

+ 3 - 3
src/components/Combinations/toolBar/toolBar.scss

@@ -78,9 +78,9 @@
 }
 
 ul {
-    display: flex;
-    flex-wrap: nowrap;
-    justify-content: space-evenly;
+    // display: flex;
+    // flex-wrap: nowrap;
+    // justify-content: space-evenly;
 }
 
 .el-cascader--mini {

+ 3 - 3
src/views/ConstructionApplication3D/MXDBinfo/MXDBinfo.vue

@@ -344,9 +344,9 @@ export default {
         that.tooltip.setVisible(false);
 
         //拾取图层
-        let pickRay = viewer.camera.getPickRay(movement.position);
-        let artesian3 = viewer.scene.globe.pick(pickRay, viewer.scene);
-        let xy = cartesian3ToWGS84(artesian3);
+         let pick = scene.pickPosition(movement.position);
+
+        let xy = cartesian3ToWGS84(pick);
 
         //查询用地红线
         let layer = flatten(window.layerTree).find(

+ 3 - 3
src/views/ConstructionApplication3D/projectManagement/projectManagement.vue

@@ -1282,9 +1282,9 @@ export default {
         that.tooltip.setVisible(false);
 
         //拾取图层
-        let pickRay = viewer.camera.getPickRay(movement.position);
-        let artesian3 = viewer.scene.globe.pick(pickRay, viewer.scene);
-        let xy = cartesian3ToWGS84(artesian3);
+         let pick = scene.pickPosition(movement.position);
+
+        let xy = cartesian3ToWGS84(pick);
 
         //查询用地红线
         let layer = flatten(window.layerTree).find(

+ 2 - 2
src/views/complianceAnalysis/ghzc.scss

@@ -16,7 +16,7 @@
     .leftPane {
         left: 20px;
 
-        .vl-notice-title {
+        .Pangetitle {
             box-sizing: border-box;
             width: 100%;
             height: 42px;
@@ -31,7 +31,7 @@
             cursor: move;
         }
 
-        .lv-title {
+        .pange_text {
             font-family: 'HarmonyOS Sans, HarmonyOS Sans';
             font-weight: bold;
             font-size: 18px;

+ 2 - 4
src/views/complianceAnalysis/index.vue

@@ -2,10 +2,8 @@
 <template>
   <div class="ghzc complianceAnalysis">
     <div class="innerContainer leftPane">
-      <h2 class="vl-notice-title">
-        <span class="lv-title">合规性分析</span>
-        <span class="lv-icon-maxmini"> </span>
-        <i class="icon-remove"></i>
+      <h2 class="Pangetitle">
+        <span class="pange_text">合规性分析</span>
       </h2>
       <el-tabs type="border-card" class="xz_box" v-model="activeTabs" stretch>
         <el-tab-pane label="合规性分析" name="hgxsc">

+ 2 - 4
src/views/siteselection/index.vue

@@ -2,10 +2,8 @@
 <template>
   <div class="ghzc siteselection">
     <div class="innerContainer leftPane">
-      <h2 class="vl-notice-title">
-        <span class="lv-title">智能规划选址</span>
-        <span class="lv-icon-maxmini"> </span>
-        <i class="icon-remove"></i>
+      <h2 class="Pangetitle">
+        <span class="pange_text">智能规划选址</span>
       </h2>
       <el-tabs
         type="border-card"