智慧农业后台管理页面
shuishen
2022-08-02 c9adc35d48a65c29db7c59722192311070c33e61
src/views/land/getMapDataInThere.vue
@@ -21,6 +21,7 @@
    props: {
      currentPolygons: {
        type: Array,
            // eslint-disable-next-line vue/require-valid-default-prop
        default: []
      }
    },
@@ -63,9 +64,10 @@
            animateEnter: "animated fadeIn",
            animateLeave: "animated fadeOut",
            //未输入动画效果
            animateName: "custom-classes-transition",
            animateEnter: "animated fadeInDown",
            animateLeave: "animated fadeOut",
            openTitle: "路径1",
            MapDataShow: false,
            fromView: false,
@@ -349,7 +351,8 @@
.list-leave {
    opacity: 1;
}
​ .list-enter-active,
.list-enter-active,
.list-leave-active {
    transition: all 0.3s;
}