From 6bac627c5d902722f41fa1f2b7d212028f4d2eab Mon Sep 17 00:00:00 2001 From: s1431_z_w <15596413+s1431zw@user.noreply.gitee.com> Date: Wed, 20 Aug 2025 19:35:57 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=9B=BE=E4=B8=AD?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flowable/task/myProcess/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/flowable/task/myProcess/index.vue b/src/views/flowable/task/myProcess/index.vue index f339691..75fcb63 100644 --- a/src/views/flowable/task/myProcess/index.vue +++ b/src/views/flowable/task/myProcess/index.vue @@ -42,7 +42,7 @@ - + - + /> -->
- AI + AI
@@ -192,22 +192,7 @@ export default { } -// ai悬停 -.ai-hover { - position: fixed; - bottom: 20px; - right: 20px; - z-index: 999; - width: 50px; - height: 50px; - border-radius: 50%; - background-color: #409eff; - color: #fff; - display: flex; - justify-content: center; - align-items: center; - cursor: pointer; -} + //AI .ai-hover { @@ -215,8 +200,8 @@ export default { right: 20px; bottom: 20px; /* 和弹窗拉开距离 */ - width: 40px; - height: 40px; + width: 5vw; + height: 7vh; background-color: #409eff; border-radius: 50%; display: flex;