徐展城 1 день назад
Родитель
Сommit
aa909f38bc

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/boilerchecker/components/StatusOperationPanel.vue

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

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/pipechecker/components/StatusOperationPanel.vue

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