🚚 重命名&美化

This commit is contained in:
BTMuli
2023-06-26 14:48:37 +08:00
parent 6b67953cfe
commit ff293d0006
19 changed files with 71 additions and 69 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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 {

View File

@@ -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;
}

View File

@@ -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 {