diff --git a/frontend/app.html b/frontend/app.html
index 435bbcc..e47d1a9 100644
--- a/frontend/app.html
+++ b/frontend/app.html
@@ -193,6 +193,12 @@
.file-icon {
margin-bottom: 10px;
}
+ .file-thumbnail {
+ width: 64px;
+ height: 64px;
+ object-fit: cover;
+ border-radius: 8px;
+ }
.file-name {
font-size: 13px;
color: #333;
@@ -332,6 +338,11 @@
.file-icon i {
font-size: 48px !important;
}
+ /* 图片缩略图移动端适配 */
+ .file-thumbnail {
+ width: 48px !important;
+ height: 48px !important;
+ }
/* 视频图标容器移动端适配 */
.file-icon div[style*="background: linear-gradient"] {
width: 48px !important;
@@ -714,8 +725,7 @@
+ class="file-thumbnail">