xieqy před 3 roky
rodič
revize
a8a5c9ab43

+ 4 - 4
src/views/groupPage/districtPageModules/commonModules/CustomToolBox.vue

@@ -2,8 +2,8 @@
   <transition
     appear
     name="animate__animated animate__move"
-    enter-active-class="animate__flipInX"
-    leave-active-class="animate__flipOutX"
+    enter-active-class="animate__slideInUp"
+    leave-active-class="animate__slideOutDown"
   >
     <div class="widget-CustomToolBox" ref="widget-CustomToolBox">
       <div class="tool-list">
@@ -49,8 +49,8 @@ export default class CustomToolBox extends Vue {
 </script>
 
 <style lang="scss" scoped>
-.animate__flipInX,
-.animate__flipOutX {
+.animate__slideInUp,
+.animate__slideOutDown {
   animation-duration: 3s; //动画持续时间
   animation-delay: 0s; //动画延迟时间
 }

+ 1 - 1
src/views/groupPage/districtPageModules/commonModules/PropertiesView.vue

@@ -33,7 +33,7 @@ const Cesium = (window as any).Cesium
 @Component({ name: 'PropertiesView' })
 export default class PropertiesView extends Vue {
   toolTip = null
-  tooltipHandler = null
+  tooltipHandler
   componentInfo = null
   pipeInfo = null
   options = [

+ 2 - 1
src/views/groupPage/districtPageModules/customTools/infoComponents/artifactsInfo.vue

@@ -1,5 +1,5 @@
 <template>
-  <ComMapBox ref="ComMapBox">
+  <ComMapBox ref="ComMapBox" :id="artifactsInfo">
     <ComCardBox @close="close()">
       <div class="widget-artifactsInfo">
         <div class="header">
@@ -41,6 +41,7 @@ export default class artifactsInfo extends Vue {
   info = null
   mounted() {
     this.viewer = (window as any).viewer
+    this.close()
     ;(this.$refs['ComMapBox'] as any).initBox()
     ;(this.$refs['ComMapBox'] as any).setPosition(this.position)
   }

+ 1 - 1
src/views/groupPage/districtPageModules/pipeUnitInfo/index.vue

@@ -72,7 +72,7 @@ export default class pipeUnitInfo extends Vue {
   isInteractive: boolean = true //是否与gis场景交互
   locateUnit = null //用于不合GIS场景交互情况下,查看部件信息{}
   toolTip = null
-  tooltipHandler = null
+  tooltipHandler
   selectPick = null
   currentUnit = {
     geoType: '',

+ 1 - 1
src/views/groupPage/groupPageModules/ContractInfo.vue

@@ -1,7 +1,7 @@
 <template>
   <transition
     appear
-    name="animate__animated animate__move"
+    name="animate__animated"
     enter-active-class="animate__slideInLeft"
     leave-active-class="animate__slideOutLeft"
   >

+ 1 - 1
src/views/groupPage/groupPageModules/IndexStatistic.vue

@@ -1,7 +1,7 @@
 <template>
   <transition
     appear
-    name="animate__animated animate__move"
+    name="animate__animated"
     enter-active-class="animate__zoomIn"
     leave-active-class="animate__zoomOut"
   >

+ 1 - 1
src/views/groupPage/groupPageModules/ProjectInfo.vue

@@ -1,7 +1,7 @@
 <template>
   <transition
     appear
-    name="animate__animated animate__move"
+    name="animate__animated"
     enter-active-class="animate__slideInRight"
     leave-active-class="animate__slideOutRight"
   >

+ 1 - 1
src/views/groupPage/groupPageModules/ProjectStatistic.vue

@@ -1,7 +1,7 @@
 <template>
   <transition
     appear
-    name="animate__animated animate__move"
+    name="animate__animated"
     enter-active-class="animate__slideInUp"
     leave-active-class="animate__slideOutDown"
   >