细节完善
This commit is contained in:
@@ -112,6 +112,7 @@ onUnmounted(() => {
|
||||
.score-item > text {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.complete-light {
|
||||
position: absolute;
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user