🎨 微调

This commit is contained in:
BTMuli
2025-12-06 23:23:27 +08:00
parent ca4befd0ca
commit 06c0253bb2
4 changed files with 21 additions and 11 deletions

View File

@@ -69,7 +69,9 @@ watch(() => props.data, loadData);
}
.twc-constellation-desc {
padding-left: 10px;
padding: 8px;
border-radius: 4px;
background: var(--box-bg-1);
white-space: pre-wrap;
}
</style>

View File

@@ -76,7 +76,9 @@ watch(() => props.data, loadData);
}
.twc-skill-special {
padding-left: 10px;
padding: 8px;
border-radius: 4px;
background: var(--box-bg-1);
white-space: pre-wrap;
}
</style>