From 8b59fc7dc34cd672db4abc34992d3428941c9f1d Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 04 三月 2025 22:00:29 +0800 Subject: [PATCH] 日志展示bug --- src/views/flowable/task/myProcess/send/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/flowable/task/myProcess/send/index.vue b/src/views/flowable/task/myProcess/send/index.vue index f0a549d..7733685 100644 --- a/src/views/flowable/task/myProcess/send/index.vue +++ b/src/views/flowable/task/myProcess/send/index.vue @@ -34,7 +34,7 @@ style="margin-left: 10px" v-if="formDataObj.events.length > 0" placement="right-start" title="浠诲姟鏃ュ織" - width="600" + width="800" trigger="hover" > <div v-if="formDataObj.events.length > 0"> -- Gitblit v1.8.0