fix(css): 应用整体色调调整

This commit is contained in:
BTMuli
2023-04-01 01:48:47 +08:00
parent b4e26f172a
commit cf62f20398
7 changed files with 39 additions and 38 deletions

View File

@@ -7,9 +7,9 @@
<div class="position-grid">
<v-card
v-for="card in positionCards"
style="background: #2d2f33; color: #f4d8a8; border-radius: 10px"
style="background: #faf7e8; color: #546d8b; border-radius: 10px"
>
<v-list style="background: #2d2f33; color: #f4d8a8">
<v-list style="background: #faf7e8; color: #546d8b">
<v-list-item :title="card.title" :subtitle="card.abstract">
<template v-slot:prepend>
<v-avatar rounded="0" @click="toPost(card)" style="cursor: pointer">
@@ -112,8 +112,8 @@ async function toPost(card: PositionCard) {
<style lang="css">
.position-card {
margin: 0 10px;
font-family: "Genshin-Light", serif;
background: rgba(0, 0, 0, 0.5);
font-family: "Genshin", serif;
background: #546d8b;
border-radius: 10px;
}

View File

@@ -1,6 +1,5 @@
<template>
<!-- todo 侧边栏宽度调整 -->
<v-navigation-drawer permanent :rail="rail" style="background: #485466; color: #ece5d8">
<v-navigation-drawer permanent :rail="rail" style="background: #485466; color: #faf7e8">
<v-list class="sideList" density="compact" v-model:opened="open" nav>
<!-- 负责收缩侧边栏 -->
<v-list-item @click="collapse">