From b030717ed0ef951b7a6dd66daaf91826fa6ecf49 Mon Sep 17 00:00:00 2001 From: kron Date: Fri, 13 Jun 2025 14:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + src/components/UserHeader.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index baa5844..3ecba08 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,6 +28,7 @@ page { -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; + background-color: #000; } button { diff --git a/src/components/UserHeader.vue b/src/components/UserHeader.vue index bed8788..b70206f 100644 --- a/src/components/UserHeader.vue +++ b/src/components/UserHeader.vue @@ -70,7 +70,7 @@ const toUserPage = () => { .user-details { display: flex; flex-direction: column; - padding-left: 10px; + padding-left: 5px; } .user-name { @@ -113,7 +113,7 @@ const toUserPage = () => { .rank-tag { position: relative; background-color: #00000038; - width: 55px; + width: 50px; height: 16px; }