diff --git a/src/components/BowTarget.vue b/src/components/BowTarget.vue
index 4911318..74cf163 100644
--- a/src/components/BowTarget.vue
+++ b/src/components/BowTarget.vue
@@ -59,12 +59,11 @@ defineProps({
padding: 10px 0;
}
.header {
- width: calc(100% - 20px);
+ width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 13px;
- padding: 0 10px;
}
.header > image:first-child {
width: 40px;
diff --git a/src/components/Guide.vue b/src/components/Guide.vue
index 9f59bc1..cd1da1c 100644
--- a/src/components/Guide.vue
+++ b/src/components/Guide.vue
@@ -15,6 +15,7 @@ defineProps({
:src="
tall ? '../static/long-bubble-tall.png' : '../static/long-bubble.png'
"
+ :style="{ top: tall ? '-9%' : '-14%' }"
mode="widthFix"
/>
@@ -35,12 +36,13 @@ defineProps({
.container > view {
position: relative;
width: 80%;
- padding-right: 22px;
+ padding-right: 25px;
min-height: 55px;
+ display: flex;
+ flex-direction: column;
}
.container > view > image {
position: absolute;
- top: -14%;
left: -7%;
width: 100%;
}
diff --git a/src/pages/equipment-debug.vue b/src/pages/equipment-debug.vue
index 48d69a2..cdfa1ca 100644
--- a/src/pages/equipment-debug.vue
+++ b/src/pages/equipment-debug.vue
@@ -8,7 +8,7 @@ import Button from "@/components/SButton.vue";
-
+
@@ -16,9 +16,12 @@ import Button from "@/components/SButton.vue";
确保射击距离有5米
-
+
- 本次射程5.2米,已达距离要求
@@ -37,9 +40,4 @@ import Button from "@/components/SButton.vue";
flex-direction: column;
align-items: center;
}
-.container > view:last-child > text {
- color: #fed847;
- margin-bottom: 20px;
- font-size: 14px;
-}
diff --git a/src/pages/first-try.vue b/src/pages/first-try.vue
index e38d17f..1f43dfc 100644
--- a/src/pages/first-try.vue
+++ b/src/pages/first-try.vue
@@ -48,7 +48,7 @@ const onClose = () => {
-
+
diff --git a/src/pages/practise-two.vue b/src/pages/practise-two.vue
index 207d781..3d8751d 100644
--- a/src/pages/practise-two.vue
+++ b/src/pages/practise-two.vue
@@ -16,7 +16,7 @@ setTimeout(() => {
-
+
{
- 师傅领进门,修行靠自身,赶紧练起来吧。坚持练习就能你快速升级,早日加入全国排位赛!
+ 师傅领进门,修行靠自身,赶紧练起来吧。
+ 坚持练习就能你快速升级,早日加入全国排位赛!
+
diff --git a/src/pages/ranking.vue b/src/pages/ranking.vue
index 01b81b9..3b2d408 100644
--- a/src/pages/ranking.vue
+++ b/src/pages/ranking.vue
@@ -11,7 +11,7 @@ const handleSelect = (index) => {
-
+
@@ -105,6 +105,9 @@ const handleSelect = (index) => {