细节优化

This commit is contained in:
kron
2025-06-15 20:55:34 +08:00
parent 448f88a77e
commit c2b2d0bf99
12 changed files with 52 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ const props = defineProps({
:total="arrows.length"
:scores="arrows.map((a) => a.ring)"
/>
<text>长按保存本次靶纸</text>
</view>
</template>
@@ -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;