quanyawei
2023-11-20 5f8cd55f32939d15c6224d491f89743421cab0f9
fix:分享修改
3 files modified
9 ■■■■■ changed files
App.vue 1 ●●●● patch | view | raw | blame | history
pages/actionChange/agencyPage/index.vue 6 ●●●● patch | view | raw | blame | history
pages/actionChange/workOrderDetails/index.vue 2 ●●● patch | view | raw | blame | history
App.vue
@@ -158,6 +158,7 @@
    html {
        height: 100%;
        overflow-x: hidden;
        width: 750rpx;
    }
pages/actionChange/agencyPage/index.vue
@@ -482,9 +482,9 @@
            opacity: 0;
            padding: .1em .5em;
            text-transform: uppercase;
            opacity: 0;
            transform: rotate(-2deg) scale(5);
            animation: seal .3s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
            opacity: .75;
            transform: rotate(-15deg) scale(1);
            // animation: seal .3s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
        }
        @keyframes seal {
pages/actionChange/workOrderDetails/index.vue
@@ -112,7 +112,7 @@
                    }
                    console.log('this.basicInfor123', this.basicInfor)
                    let time = this.basicInfor.time.slice(5)
                    this.share.title = `${this.basicInfor.escalationUnitName}-${time}的交办单`
                    this.share.title = `${this.basicInfor.unitName}-${time}的交办单`
                    this.show = false
                    this.isShow = true
                })