💄 统一顶部样式

This commit is contained in:
BTMuli
2026-01-17 22:40:06 +08:00
parent 9003921f23
commit 83de5beff8
2 changed files with 15 additions and 12 deletions

View File

@@ -489,7 +489,6 @@ async function refreshAvatars(
.ua-btn {
background: var(--tgc-btn-1);
color: var(--btn-text);
font-family: var(--font-title);
img {
width: 24px;

View File

@@ -3,8 +3,10 @@
<v-app-bar>
<template #prepend>
<div class="ucp-top-prepend">
<img alt="icon" src="/source/UI/userChallenge.webp" />
<span>幽境危战</span>
<div class="ucp-top-title">
<img alt="icon" src="/source/UI/userChallenge.webp" />
<span>幽境危战</span>
</div>
<v-select
v-model="uidCur"
:hide-details="true"
@@ -417,20 +419,22 @@ async function tryReadChallenge(): Promise<void> {
justify-content: center;
margin-left: 12px;
column-gap: 8px;
}
.ucp-top-title {
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--common-text-title);
column-gap: 8px;
font-family: var(--font-title);
font-size: 20px;
img {
width: 32px;
height: 32px;
}
span {
font-family: var(--font-title);
font-size: 20px;
}
span :first-child {
color: var(--common-text-title);
}
}
.ucp-btn {