From 50718631ae15ff1680218815505a3dff459f321a Mon Sep 17 00:00:00 2001 From: zhihao <18915542763@163.com> Date: Tue, 30 Jun 2026 09:33:10 +0800 Subject: [PATCH] =?UTF-8?q?czh-20260630-=E4=BC=98=E5=8C=96=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TaskAttachmentUpload.vue | 6 +- .../tasklist/components/TaskDetailDrawer.vue | 57 +++++++++++++++---- 2 files changed, 51 insertions(+), 12 deletions(-) diff --git a/src/views/tasklist/components/TaskAttachmentUpload.vue b/src/views/tasklist/components/TaskAttachmentUpload.vue index 07f132a..342728b 100644 --- a/src/views/tasklist/components/TaskAttachmentUpload.vue +++ b/src/views/tasklist/components/TaskAttachmentUpload.vue @@ -2,9 +2,9 @@ @@ -945,6 +944,26 @@ min-width: 0; } + .detail-row-attachment { + :deep(.s-upload-file-container) { + .upload-btn-wrapper { + display: none; + } + + .file-list-wrapper { + background: transparent; + padding: 0; + min-height: auto; + } + + .file-item { + padding: 6px 10px; + margin-bottom: 4px; + border-radius: 6px; + } + } + } + .detail-field-row { display: flex; align-items: center; @@ -1374,6 +1393,10 @@ margin-top: 8px; font-size: 14px; color: #646a73; + + .detail-row-icon { + margin-top: 0; + } } .follower-info { @@ -1417,6 +1440,20 @@ z-index: 0; } + .follower-clickable { + cursor: pointer; + display: flex; + align-items: center; + gap: 8px; + .follower-label { + font-size: 14px; + color: #8c8c8c; + } + &:hover .follower-label { + color: #3370ff; + } + } + .follower-empty { font-size: 14px; color: #c0c4cc;