细节完善

This commit is contained in:
kron
2025-07-15 14:02:09 +08:00
parent cf27f75f28
commit ece7e32393
7 changed files with 93 additions and 63 deletions

View File

@@ -112,6 +112,7 @@ onUnmounted(() => {
.score-item > text {
position: relative;
font-weight: bold;
margin-top: 2px;
}
.complete-light {
position: absolute;

View File

@@ -16,7 +16,7 @@ const props = defineProps({
},
});
const nextLvlPoints = ref("");
const containerWidth = computed(() => (props.showRank ? "72vw" : "100vw"));
const containerWidth = computed(() => (props.showRank ? "72%" : "100%"));
const toUserPage = () => {
// 获取当前页面路径
const pages = getCurrentPages();