diff --git a/src/components/wiki/twc-constellations.vue b/src/components/wiki/twc-constellations.vue index e9c1ead4..28c96224 100644 --- a/src/components/wiki/twc-constellations.vue +++ b/src/components/wiki/twc-constellations.vue @@ -1,23 +1,40 @@ - 命座 - - + + - {{ item.Name }} - - + {{ item.Name }} + + + + - - + + diff --git a/src/components/wiki/twc-skills.vue b/src/components/wiki/twc-skills.vue index a888306e..0f39b5d1 100644 --- a/src/components/wiki/twc-skills.vue +++ b/src/components/wiki/twc-skills.vue @@ -5,10 +5,13 @@ v-for="(item, index) in tabValues" :key="index" :value="item.name" + :title="item.name" class="twc-skill-tab" + density="compact" > + {{ item.name }} @@ -41,14 +44,13 @@ onMounted(() => { padding: 5px; border: 1px solid var(--common-shadow-1); border-radius: 5px; - row-gap: 10px; } .twc-skill-tab { display: flex; - flex-direction: column; align-items: center; - row-gap: 5px; + justify-content: center; + font-weight: bold; } .twc-skill-tab img { diff --git a/src/views/tw-character.vue b/src/views/tw-character.vue index b3cc178a..076e53cb 100644 --- a/src/views/tw-character.vue +++ b/src/views/tw-character.vue @@ -46,20 +46,46 @@ - - 资料 - - {{ item.Title }} - {{ item.Context }} - - - - 故事 - - {{ item.Title }} - {{ item.Context }} - - + + + 资料 + + + + {{ item.Title }} + {{ item.Context }} + + + + + + 故事 + + + + {{ item.Title }} + {{ item.Context }} + + + + +