完善文档预览的效果修改

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 {