diff --git a/src/views/Profile.vue b/src/views/Profile.vue index beb6d26..f6cfaeb 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -8175,7 +8175,7 @@ onActivated(() => { gap: 12px; } -.file-item { +.file-list-section .file-item { display: flex; align-items: center; background: #f8f9fa; @@ -8186,21 +8186,21 @@ onActivated(() => { position: relative; } -.file-icon { +.file-list-section .file-icon { margin-right: 8px; } -.file-icon img { +.file-list-section .file-icon img { width: 24px; height: 24px; } -.file-info { +.file-list-section .file-info { flex: 1; min-width: 0; } -.file-name { +.file-list-section .file-name { font-size: 12px; color: #333; font-weight: 500; @@ -8210,12 +8210,12 @@ onActivated(() => { text-overflow: ellipsis; } -.file-size { +.file-list-section .file-size { font-size: 11px; color: #666; } -.file-delete { +.file-list-section .file-delete { background: none; border: none; cursor: pointer;