perf: 使内容背景稍微灰一些

This commit is contained in:
Junyan Qin
2024-10-14 21:30:10 +08:00
parent 1fbc92bc6d
commit cd0a8fb24b

View File

@@ -36,7 +36,7 @@
</template>
</v-navigation-drawer>
<v-main>
<v-main style="background-color: #f6f6f6;">
<router-view />
</v-main>
</v-layout>
@@ -102,4 +102,5 @@ const { proxy } = getCurrentInstance()
#about-list-item:active {
background-color: #ddd;
}
</style>