819527061@qq.com
2023-07-25 f0b2b04b1b43d4891c1808ad060b9959f9a1209c
src/pages/show/showIndex/TimesLogs.vue
@@ -37,7 +37,7 @@
              d="M366.000,648.500 L366.000,698.500 L347.000,719.500 L325.000,719.500 "/>
    </svg>
    <div class="YunweiBlock-wrap-inside">
    <div class="YunweiBlock-wrap-inside shishirizhi-inside">
      <div class="YunweiBlock-title">
        <h1>实时日志</h1>
        <div class="zhuangshi">
@@ -137,7 +137,7 @@
            }
        },
        mounted() {
            this.loading()
            //this.loading()
        },
        methods: {
            loading() {
@@ -145,15 +145,33 @@
                animateShanFlash('.zhuangshi span',{
                    duration: 1,
                })
                tl.from('.TimesLogs-wrap',{
                    x: '200',
                    autoAlpha: 0,
                    duration:0.8,
                    // ease: 'power2.out',
                    delay:0.5,
                    ease:'back.out(1.7)',
                tl.fromTo('.TimesLogs-wrap',{
                  x:'105%'
                },{
                  x: '0',
                  autoAlpha: 0,
                  duration:0.8,
                  // ease: 'power2.out',
                  delay:0.5,
                  ease:'back.out(1.7)',
                })
            },
          loading2() {
            const tl = this.gsap.timeline({defaults: {duration: 0.8}})
            animateShanFlash('.zhuangshi span',{
              duration: 1,
            })
            tl.fromTo('.TimesLogs-wrap',{
              x:'0'
            },{
              x: '105%',
              autoAlpha: 0,
              duration:0.8,
              // ease: 'power2.out',
              delay:0.5,
              ease:'back.out(1.7)',
            })
          },
            headerCellName(obj) {
                return 'kehuxinxiBox'
            },
@@ -271,7 +289,7 @@
      width: 100%;
      height: 100%;
    }
    .YunweiBlock-wrap-inside{
    .shishirizhi-inside{
      position: absolute;
      left: 0.1042rem  /* 20/192 */;
      top: 0.1042rem  /* 20/192 */;