feat: 修改灾毁 UI

This commit is contained in:
niedongsheng 2026-04-28 11:57:21 +08:00
parent 26d7a1ecbf
commit 7284bda7a2
2 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@ onMounted(() => {
} }
.file-list { .file-list {
width: 260px; max-width: 260px;
flex-shrink: 0; flex-shrink: 0;
} }
</style> </style>

View File

@ -402,7 +402,7 @@ onMounted(() => {
margin-bottom: -10px; margin-bottom: -10px;
} }
.file-list { .file-list {
width: 320px; max-width: 320px;
flex-shrink: 0; flex-shrink: 0;
} }
</style> </style>