diff --git a/app/static/css/main.css b/app/static/css/main.css index 78eda54..099958f 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -2056,6 +2056,15 @@ button.close:focus, margin-left: 5px; } +/* 统一创建/编辑任务 与 编辑元数据 模态框的标题转圈样式 */ +#createTaskModal .spinner-border-sm, +#editMetadataModal .spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.15em; + margin-left: 5px; +} + /* --------------- 深度搜索任务建议样式 --------------- */ .task-suggestions { width: 100%; @@ -6384,6 +6393,8 @@ body .selectable-files tr.selected-file:has([style*="white-space: normal"]) .fil overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); margin-bottom: 10px; + /* 默认占位背景,避免纯白闪烁 */ + background: #f3f3f3 url('../images/no-poster.svg') center/contain no-repeat; } .discovery-poster img { diff --git a/app/templates/index.html b/app/templates/index.html index daeac82..5f0b19d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1236,17 +1236,21 @@