💄 调整等级样式

This commit is contained in:
目棃
2025-02-27 17:21:28 +08:00
parent 6676357296
commit 1ee3c35216

View File

@@ -133,15 +133,14 @@ const levelColor = computed<string>(() => {
.tpa-level-right {
position: absolute;
bottom: 0;
display: flex;
width: 18px;
height: 18px;
align-items: center;
justify-content: center;
border-radius: 50%;
background: v-bind(levelColor);
color: var(--tgc-white-1);
font-size: 10px;
line-height: 18px;
text-align: center;
}
.tpa-level-right {