修改预览界面样式和按钮位置

This commit is contained in:
zhangshun
2026-06-01 09:20:04 +08:00
parent 6f6be751a9
commit 738476c7f9
2 changed files with 57 additions and 46 deletions

View File

@@ -134,7 +134,7 @@
align-items: center;
justify-content: space-between;
gap: 8px;
padding: 10px;
padding: 0 10px;
border-bottom: 1px solid #d8e0e8;
}
@@ -150,7 +150,7 @@
overscroll-behavior: contain;
list-style: none;
margin: 0;
padding: 8px;
padding: 5px 0;
}
.preview-model-meta {
@@ -211,6 +211,7 @@
}
.preview-process-status {
display: none;
min-height: 44px;
max-height: 78px;
overflow: auto;