diff --git a/src/components/layout/Main.vue b/src/components/layout/Main.vue index 7a33f9b..b8cb190 100644 --- a/src/components/layout/Main.vue +++ b/src/components/layout/Main.vue @@ -21,7 +21,7 @@
- + >
@@ -238,8 +238,8 @@ main { } .arrow { - width: adjust(20px); - height: adjust(20px); + width: adjust(12px); + height: adjust(12px); display: inline-block; position: absolute; background: #ff5757; @@ -251,23 +251,23 @@ main { } .ar-top-right { - top: 145px; - left: 65px; + top: 66px; + left: 38px; } .ar-top-left { - top: 175px; - left: 985px; + top: 88px; + left: 515px; } .ar-bottom-left { - top: 445px; - left: 960px; + top: 232px; + left: 500px; } .ar-bottom-right { - top: 460px; - left: 20px; + top: 258px; + left: 14px; } .swd {