This commit is contained in:
kron
2025-08-07 11:04:12 +08:00
parent aa815849b1
commit b180d89ab2
6 changed files with 18 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ onMounted(async () => {
:bgType="2"
bgColor="#F5F5F5"
:whiteBackArrow="false"
title="计分"
title="计分与技术分析"
>
<view class="container">
<view class="header">
@@ -163,6 +163,7 @@ onMounted(async () => {
align-items: center;
color: #ffffffc7;
font-size: 14px;
margin-top: 10px;
}
.header > image {
position: absolute;
@@ -182,6 +183,6 @@ onMounted(async () => {
font-size: 27px;
font-weight: 500;
margin-right: 5px;
color: #fff;
color: #FFF4C9;
}
</style>