完善文档预览的效果修改

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
+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;