style:修复个人中心样式冲突

This commit is contained in:
Wxp 2025-08-18 22:52:22 +08:00
parent 713b81c4e1
commit eff83cfdc3

View File

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