mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
💄 完善昨天改的四个 common page
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
:label="switchType === 'avatar' ? '角色' : '武器'"
|
||||
@change="switchType = switchType === 'avatar' ? 'weapon' : 'avatar'"
|
||||
/>
|
||||
<v-btn variant="tonal" class="calendar-title-btn" @click="share">
|
||||
<v-btn class="calendar-title-btn" @click="share">
|
||||
<template #prepend>
|
||||
<v-icon> mdi-share-variant</v-icon>
|
||||
</template>
|
||||
@@ -201,6 +201,7 @@ async function share(): Promise<void> {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: start;
|
||||
color: var(--common-text-title);
|
||||
column-gap: 10px;
|
||||
}
|
||||
|
||||
@@ -229,8 +230,8 @@ async function share(): Promise<void> {
|
||||
.calendar-title-btn {
|
||||
border: 1px solid var(--common-shadow-4);
|
||||
border-radius: 5px;
|
||||
background: var(--box-bg-t-4);
|
||||
color: var(--box-text-5);
|
||||
background: var(--tgc-btn-1);
|
||||
color: var(--btn-text);
|
||||
}
|
||||
|
||||
.calendar-divider {
|
||||
|
||||
@@ -201,13 +201,14 @@ onUnmounted(() => {
|
||||
flex-direction: column;
|
||||
padding: 10px;
|
||||
border: 1px solid var(--common-shadow-2);
|
||||
background: var(--box-bg-1);
|
||||
border-radius: 5px;
|
||||
background: var(--box-bg-1);
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.pool-title {
|
||||
display: flex;
|
||||
color: var(--common-text-title);
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</v-avatar>
|
||||
</template>
|
||||
<template #append>
|
||||
<v-btn variant="tonal" class="position-card-btn" @click="toPost(card)"> 查看 </v-btn>
|
||||
<v-btn class="position-card-btn" @click="toPost(card)"> 查看 </v-btn>
|
||||
</template>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
@@ -138,6 +138,7 @@ onUnmounted(() => {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: start;
|
||||
color: var(--common-text-title);
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
}
|
||||
@@ -190,8 +191,8 @@ onUnmounted(() => {
|
||||
.position-card-btn {
|
||||
border: 1px solid var(--common-shadow-4);
|
||||
border-radius: 5px;
|
||||
background: var(--box-bg-t-4);
|
||||
color: var(--box-text-5);
|
||||
background: var(--tgc-btn-1);
|
||||
color: var(--btn-text);
|
||||
}
|
||||
|
||||
.position-card-text {
|
||||
|
||||
Reference in New Issue
Block a user