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