预览高度调整
continuous-integration/drone/push Build is passing

This commit is contained in:
DESKTOP-6C3NK6N\WXS
2024-10-11 14:58:08 +08:00
parent bc70c64898
commit e8f80646f1
+2 -2
View File
@@ -35,7 +35,7 @@
<vue-office-docx
v-if="docxTypes.includes(Preview.type)"
:src="Preview.path"
style="height: 80vh"
style="height: calc(100vh - 70px)"
@rendered="renderedHandler"
@error="errorHandler"
/>
@@ -43,7 +43,7 @@
v-else-if="excelTypes.includes(Preview.type)"
:src="Preview.path"
:options="options"
style="height: 80vh"
style="height: calc(100vh - 70px)"
@rendered="renderedHandler"
@error="errorHandler"
/>