mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
💄 调整等级样式
This commit is contained in:
@@ -133,15 +133,14 @@ const levelColor = computed<string>(() => {
|
|||||||
.tpa-level-right {
|
.tpa-level-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: flex;
|
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: v-bind(levelColor);
|
background: v-bind(levelColor);
|
||||||
color: var(--tgc-white-1);
|
color: var(--tgc-white-1);
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
line-height: 18px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tpa-level-right {
|
.tpa-level-right {
|
||||||
|
|||||||
Reference in New Issue
Block a user