Forráskód Böngészése

Merge branch 'stable' of http://39.98.153.250:9080/yudao/yudao-admin-yiqun into stable

xuzhancheng 1 napja
szülő
commit
c97744387b

+ 2 - 2
yudao-ui-admin-vue3/src/api/laboratory/noticeService.ts

@@ -1,8 +1,8 @@
 import request from '@/config/axios'
 
 enum Api {
-  prefix = '/laboratory/announcement',
-  msgPrefix = '/laboratory/read-confirm',
+  prefix = '/pressure2/announcement',
+  msgPrefix = '/pressure2/read-confirm'
 }
 
 export const noticeApi = {

+ 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