💄 使用长十六进制颜色

This commit is contained in:
BTMuli
2025-05-20 16:25:14 +08:00
parent b757c4a432
commit 22aea89f76
4 changed files with 5 additions and 4 deletions

View File

@@ -126,6 +126,6 @@ function getWidth(item: TpVoteData): string {
.tp-vote-val {
height: 100%;
border-radius: 5px;
background: linear-gradient(to right, #6cf 0, #f09199 360px);
background: linear-gradient(to right, #66ccff 0, #f09199 360px);
}
</style>