完善文档预览的效果修改

This commit is contained in:
2025-04-21 23:02:29 +08:00
parent 5c2c367856
commit cd2f060d87
15 changed files with 718 additions and 565 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ input:checked + .slider:before {
/* 文档预览样式 */
.document-preview {
@apply border border-gray-200 rounded-md overflow-hidden h-96;
@apply border border-gray-200 rounded-md overflow-hidden max-h-[1000px] ;
}
.preview-toolbar {
+2 -2
View File
@@ -73,7 +73,7 @@
background-color: white;
border: 1px solid var(--border-color);
border-radius: 6px;
height: calc(100vh - 220px);
height: calc(100vh - 120px);
min-height: 500px;
overflow: hidden;
display: flex;
@@ -182,7 +182,7 @@
background-color: white;
border: 1px solid var(--border-color);
border-radius: 6px;
height: calc(100vh - 220px);
height: calc(100vh - 120px);
min-height: 500px;
display: flex;
flex-direction: column;