diff --git a/src/apps/AppCooperationPropaganda/massDispatch.vue b/src/apps/AppCooperationPropaganda/massDispatch.vue index c51b2076..a09f4e89 100644 --- a/src/apps/AppCooperationPropaganda/massDispatch.vue +++ b/src/apps/AppCooperationPropaganda/massDispatch.vue @@ -183,14 +183,14 @@ export default { }) data = [ ...imgs, ...videos, ...files, ...links, ...miniapps ] this.shareToExternalChat({ text: text, attachments: data }).then((res) =>{ - // err_msg: "shareToExternalChat:ok" - if (res.err_msg == "shareToExternalChat:ok") { - this.status = 'ok' - this.nextCallback() - } else { - this.status = 'fail' - this.nextCallback() - } + console.log(res) + // if (res.err_msg == "shareToExternalChat:ok") { + // this.status = 'ok' + // this.nextCallback() + // } else { + // this.status = 'fail' + // this.nextCallback() + // } }) }, nextCallback() { diff --git a/src/project/huizhili/AppCooperationPropaganda/cooperationDetail.vue b/src/project/huizhili/AppCooperationPropaganda/cooperationDetail.vue index d093f39d..2cbc6f1b 100644 --- a/src/project/huizhili/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/huizhili/AppCooperationPropaganda/cooperationDetail.vue @@ -499,6 +499,18 @@ export default { background: #eeef !important; } } + + ::v-deep .AiTable .u-table .u-tr .u-td p{ + width: 100%; + word-break: keep-all; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + + ::v-deep .AiTable .u-table .u-tr .u-td { + width: 30%; + } } } } diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 62289dfb..7790556d 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -510,6 +510,17 @@ export default { background: #eeef !important; } } + + ::v-deep .AiTable .u-table .u-tr .u-td p{ + width: 100%; + word-break: keep-all; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + ::v-deep .AiTable .u-table .u-tr .u-td { + width: 30%; + } } } }