修改预览界面样式和按钮位置
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user