diff --git a/src/views/tw-character.vue b/src/views/tw-character.vue index ea835194..7f66c293 100644 --- a/src/views/tw-character.vue +++ b/src/views/tw-character.vue @@ -9,34 +9,34 @@ {{ data.name }} {{ data.title }} {{ data.description }} -
-
+
+
所属 {{ data.brief.camp }}
-
+
命之座 {{ data.brief.constellation }}
-
+
生日 {{ data.brief.birth }}
-
-
+
+
汉语CV {{ data.brief.cv.cn }}
-
+
日语CV {{ data.brief.cv.jp }}
-
+
英语CV {{ data.brief.cv.en }}
-
+
韩语CV {{ data.brief.cv.kr }}
@@ -173,7 +173,7 @@ onMounted(async () => { .twc-brief { display: flex; - align-items: flex-end; + align-items: flex-start; column-gap: 10px; } @@ -201,27 +201,24 @@ onMounted(async () => { opacity: 0.8; } -.twc-bi-grid { +.twc-bi-grid1 { display: grid; column-gap: 10px; - grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(3, 1fr); } -.twc-bim-item { +.twc-bi-grid2 { + display: grid; + column-gap: 10px; + grid-template-columns: repeat(2, 1fr); +} + +.twc-big-item { display: flex; column-gap: 5px; } -.twc-bim-item :nth-child(1) { - font-weight: bold; -} - -.twc-bib-item { - display: flex; - flex-direction: column; -} - -.twc-bib-item :nth-child(1) { +.twc-big-item :nth-child(1) { font-weight: bold; }