update:优化样式

This commit is contained in:
2026-06-01 15:39:40 +08:00
parent f5497c534d
commit 72518fa17e
4 changed files with 73 additions and 40 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<script setup>
import AppBackground from "@/components/AppBackground.vue";
import Avatar from "@/components/Avatar.vue";
import BowTarget from "@./BowTarget.vue";
import BowTarget from "./BowTarget.vue";
import ScorePanel from "./ScorePanel.vue";
import useStore from "@/store";
import { storeToRefs } from "pinia";
@@ -30,7 +30,7 @@ const props = defineProps({
<template>
<view class="container" :style="{ display: show ? 'flex' : 'none' }">
<AppBackground :type="1" />
<AppBackground :type="10" />
<view class="header">
<view>
<Avatar :src="user.avatar" :rankLvl="user.rankLvl" :size="45" />
@@ -40,7 +40,7 @@ const props = defineProps({
</view>
</view>
<view @click="onClose">
<image src="../static/close-white.png" mode="widthFix" />
<image src="/static/close-white.png" mode="widthFix" />
</view>
</view>
<view :style="{ width: '100%', marginBottom: '20px' }">