|
@@ -2451,7 +2451,7 @@ const togglePanel = () => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// 获取PDF宽度
|
|
// 获取PDF宽度
|
|
|
-const pdfContentWidth = ref<number>(1330)
|
|
|
|
|
|
|
+const pdfContentWidth = ref<number>(1100)
|
|
|
const pdfPanelRef = ref<HTMLDivElement>()
|
|
const pdfPanelRef = ref<HTMLDivElement>()
|
|
|
const handleWindowResize = debounce(async () => {
|
|
const handleWindowResize = debounce(async () => {
|
|
|
if(!pdfPanelRef.value) return
|
|
if(!pdfPanelRef.value) return
|