From bc50acb813b646689d62d85fc54b5014605a0c3c Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 19 Dec 2023 19:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=AE=8C=E5=96=84=20wiki=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/wiki/twc-constellations.vue | 66 +++++++++++----------- src/components/wiki/twc-skills.vue | 8 ++- src/views/tw-character.vue | 66 ++++++++++++++++------ 3 files changed, 87 insertions(+), 53 deletions(-) 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 @@ 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" > icon + {{ 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 }}
-
-
+ + + + + + + + + +