diff --git a/web/templates/index.html b/web/templates/index.html
index 344745e..b7013b3 100644
--- a/web/templates/index.html
+++ b/web/templates/index.html
@@ -39,7 +39,7 @@
height: 2px;
width: 150vw; /* 增加宽度确保激光覆盖旋转后的视口 */
transform-origin: 0 0;
- left: -25vw; /* 偏移,确保即使旋转也能覆盖整个屏幕 */
+ left: -25vw;
}
.laser-beam:nth-child(2n) {
@@ -1147,7 +1147,7 @@