inleft
2022-08-29 c3aa826406d52957d6f98d0ecd4b77413d5ce908
统计模块异步加载
2 files modified
11 ■■■■ changed files
src/components/layouts/baseLayout.vue 9 ●●●●● patch | view | raw | blame | history
src/components/mini/box3-archive.vue 2 ●●● patch | view | raw | blame | history
src/components/layouts/baseLayout.vue
@@ -12,7 +12,7 @@
        <a-layout-footer>
            <AplayerBox />
            <tagFooter />
            <MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo"/>
            <MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo" />
            <a-button v-if="miniVideoPlayData!=null && showMiniBox" class="fadeInRight"
                style="position: fixed;right: 0px;bottom: 130px;" @click="showMyVideo(miniVideoPlayData)">
@@ -32,7 +32,8 @@
    // Dplayer Api地址
    // http://dplayer.js.org/ 
    import tagHeader from "../fixed/header.vue"
    import tagFooter from "../fixed/footer.vue"
    // import tagFooter from "../fixed/footer.vue"
    const tagFooter = () => import("../fixed/footer.vue")
    import AplayerBox from "../mini/Aplayer.vue"
    import MyVideo from "../group/MyVideo.vue"
    export default {
@@ -151,8 +152,8 @@
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: 1;
    }
    .fadeInLeft {
        -webkit-animation-name: "fadeInLeft";
src/components/mini/box3-archive.vue
@@ -55,7 +55,7 @@
    }
    .miniHeight {
        max-height: 250px;
        max-height: 150px;
    }
    .maxHeight {