From 91105845d87f2a929b13dab5936d317c93382991 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 14 Jan 2023 11:18:12 +0900 Subject: [PATCH] refactor(client): use css modules --- .../frontend/src/ui/deck/antenna-column.vue | 3 --- packages/frontend/src/ui/deck/list-column.vue | 3 --- packages/frontend/src/ui/deck/tl-column.vue | 22 +++++++++---------- .../frontend/src/ui/deck/widgets-column.vue | 16 +++++++------- 4 files changed, 19 insertions(+), 25 deletions(-) diff --git a/packages/frontend/src/ui/deck/antenna-column.vue b/packages/frontend/src/ui/deck/antenna-column.vue index 53d744676c..4c69c8e8e8 100644 --- a/packages/frontend/src/ui/deck/antenna-column.vue +++ b/packages/frontend/src/ui/deck/antenna-column.vue @@ -65,6 +65,3 @@ defineExpose({ }); */ - - diff --git a/packages/frontend/src/ui/deck/list-column.vue b/packages/frontend/src/ui/deck/list-column.vue index e31446ebb2..58633e5672 100644 --- a/packages/frontend/src/ui/deck/list-column.vue +++ b/packages/frontend/src/ui/deck/list-column.vue @@ -53,6 +53,3 @@ const menu = [{ action: setList, }]; - - diff --git a/packages/frontend/src/ui/deck/tl-column.vue b/packages/frontend/src/ui/deck/tl-column.vue index b8a0a504a3..8bde7e4ce3 100644 --- a/packages/frontend/src/ui/deck/tl-column.vue +++ b/packages/frontend/src/ui/deck/tl-column.vue @@ -8,12 +8,12 @@ {{ column.name }} -
-

+

+

{{ $t('disabled-timeline.title') }}

-

{{ $t('disabled-timeline.description') }}

+

{{ $t('disabled-timeline.description') }}

@@ -80,16 +80,16 @@ const menu = [{ }]; - diff --git a/packages/frontend/src/ui/deck/widgets-column.vue b/packages/frontend/src/ui/deck/widgets-column.vue index edc54c1c2b..3b5b727991 100644 --- a/packages/frontend/src/ui/deck/widgets-column.vue +++ b/packages/frontend/src/ui/deck/widgets-column.vue @@ -2,8 +2,8 @@ -
-
{{ i18n.ts._deck.widgetsIntroduction }}
+
+
{{ i18n.ts._deck.widgetsIntroduction }}
@@ -54,16 +54,16 @@ const menu = [{ }]; -