htc 2 дней назад
Родитель
Сommit
3d5e031e71
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      pagesHome/pdf.vue
  2. 1 1
      pagesHome/pdfZyb.vue

+ 1 - 1
pagesHome/pdf.vue

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

+ 1 - 1
pagesHome/pdfZyb.vue

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