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