htc 1 dzień temu
rodzic
commit
3d5e031e71
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      pagesHome/pdf.vue
  2. 1 1
      pagesHome/pdfZyb.vue

+ 1 - 1
pagesHome/pdf.vue

@@ -465,7 +465,7 @@
 						}
 						}
 
 
 						// --- 7. 绘制最外层边框 ---
 						// --- 7. 绘制最外层边框 ---
-						ctx.strokeStyle = '#E6EAED';
+						ctx.strokeStyle = dimensionData.bordercolor;
 						ctx.lineWidth = 1;
 						ctx.lineWidth = 1;
 						ctx.strokeRect(0, 0, canvasWidth, totalHeight);
 						ctx.strokeRect(0, 0, canvasWidth, totalHeight);
 
 

+ 1 - 1
pagesHome/pdfZyb.vue

@@ -611,7 +611,7 @@
 						}
 						}
 		
 		
 						// --- 7. 绘制最外层边框 ---
 						// --- 7. 绘制最外层边框 ---
-						ctx.strokeStyle = '#E6EAED';
+						ctx.strokeStyle = dimensionData.bordercolor;
 						ctx.lineWidth = 1;
 						ctx.lineWidth = 1;
 						ctx.strokeRect(0, 0, canvasWidth, totalHeight);
 						ctx.strokeRect(0, 0, canvasWidth, totalHeight);