️ 一些优化

This commit is contained in:
目棃
2024-02-07 13:20:48 +08:00
parent fa891a6884
commit 82cdee00e7
6 changed files with 20 additions and 17 deletions

View File

@@ -101,10 +101,8 @@ onUnmounted(() => {
justify-content: center;
padding: 10px;
border-radius: 5px;
background: var(--box-bg-2);
background-image: v-bind(bg);
background: var(--common-shadow-t-4) v-bind(bg) no-repeat;
background-position-x: right;
background-repeat: no-repeat;
background-size: cover;
}
@@ -150,5 +148,6 @@ onUnmounted(() => {
.tur-ws-sub :nth-last-child(2) {
color: var(--tgc-yellow-1);
font-family: var(--font-title);
}
</style>