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;