diff --git a/src/components/BowData.vue b/src/components/BowData.vue index 34ec99e..a0715db 100644 --- a/src/components/BowData.vue +++ b/src/components/BowData.vue @@ -53,6 +53,7 @@ const props = defineProps({ :total="arrows.length" :scores="arrows.map((a) => a.ring)" /> + 长按保存本次靶纸 @@ -69,6 +70,11 @@ const props = defineProps({ align-items: center; z-index: 10; } +.container > text:last-child { + font-size: 14px; + color: #fff9; + margin-top: 20px; +} .header { display: flex; justify-content: space-between; @@ -79,6 +85,7 @@ const props = defineProps({ .header > view:first-child { display: flex; align-items: center; + margin-left: 10px; } .header > view:first-child > view:last-child { display: flex; diff --git a/src/components/BowPower.vue b/src/components/BowPower.vue index d43ce57..c42d641 100644 --- a/src/components/BowPower.vue +++ b/src/components/BowPower.vue @@ -8,7 +8,7 @@ defineProps({