댓글이미지 업로드 및 상태값 연동
Deploy EG-BIM QA Gateway / deploy (push) Successful in 36s

This commit is contained in:
root
2026-09-21 20:25:43 +09:00
parent 6639c148eb
commit d197c0cf14
6 changed files with 229 additions and 14 deletions
+10
View File
@@ -282,6 +282,16 @@ button { cursor: pointer; }
.comment-empty { padding: 32px; border-bottom: 1px solid var(--line); color: #999; text-align: center; }
.comment-form { padding: 20px 10px 0; }
.comment-form .textarea { min-height: 120px; }
.comment-attachment-input { padding-top: 14px; color: #555; font-size: 13px; }
.comment-attachment-input label { display: block; margin-bottom: 8px; font-weight: 600; }
.comment-attachment-input input { max-width: 100%; }
.comment-image-preview, .comment-attachments-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.comment-image-preview-item { width: 104px; overflow: hidden; border: 1px solid #ddd; background: #fafafa; }
.comment-image-preview-item img { display: block; width: 104px; height: 78px; object-fit: cover; }
.comment-image-preview-item span { display: block; overflow: hidden; padding: 5px 6px; color: #666; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.comment-image-link { display: block; width: 124px; }
.comment-image { display: block; width: 124px; height: 94px; border: 1px solid #ddd; object-fit: cover; }
.comment-attachment-name { color: #666; font-size: 13px; }
.comment-form-actions { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-top: 10px; }
.comment-form-actions .form-error { display: block; flex: 1; margin: 0; }