mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-15 21:03:29 +08:00
🚚 重命名&美化
This commit is contained in:
@@ -31,6 +31,6 @@ const props = defineProps<TuaDetailBattleProps>();
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
color: var(--common-text-3);
|
||||
color: var(--common-text-quote);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -20,6 +20,6 @@ const props = defineProps<TuaDetailLevelProps>();
|
||||
border-radius: 5px;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background: var(--common-text-2);
|
||||
background: var(--common-text-content);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -46,7 +46,7 @@ const getFontSize: ComputedRef<string> = computed(() => {
|
||||
|
||||
.tud-t-title {
|
||||
font-size: v-bind(getFontSize);
|
||||
color: var(--common-text-2);
|
||||
color: var(--common-text-content);
|
||||
}
|
||||
|
||||
.tud-t-val {
|
||||
|
||||
@@ -29,7 +29,7 @@ const props = defineProps<TuaDetailProps>();
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
border-radius: 5px;
|
||||
background: var(--common-bg);
|
||||
background: var(--common-shadow-1);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ const props = withDefaults(defineProps<TAOProps>(), {
|
||||
height: auto;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
background: var(--common-bg);
|
||||
background: var(--common-shadow-1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
@@ -52,7 +52,7 @@ const props = withDefaults(defineProps<TAOProps>(), {
|
||||
.tuao-title {
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
color: var(--common-text-2);
|
||||
color: var(--common-text-content);
|
||||
}
|
||||
|
||||
.tuao-val-text {
|
||||
|
||||
Reference in New Issue
Block a user