From 5f8cd55f32939d15c6224d491f89743421cab0f9 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 20 Nov 2023 13:12:42 +0800
Subject: [PATCH] fix:分享修改
---
pages/actionChange/workOrderDetails/index.vue | 2 +-
pages/actionChange/agencyPage/index.vue | 6 +++---
App.vue | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/App.vue b/App.vue
index 726f5b5..80f737c 100644
--- a/App.vue
+++ b/App.vue
@@ -158,6 +158,7 @@
html {
height: 100%;
+ overflow-x: hidden;
width: 750rpx;
}
diff --git a/pages/actionChange/agencyPage/index.vue b/pages/actionChange/agencyPage/index.vue
index 9ce724b..46d84cb 100644
--- a/pages/actionChange/agencyPage/index.vue
+++ b/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 {
diff --git a/pages/actionChange/workOrderDetails/index.vue b/pages/actionChange/workOrderDetails/index.vue
index 81737b1..6071eca 100644
--- a/pages/actionChange/workOrderDetails/index.vue
+++ b/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
})
--
Gitblit v1.8.0