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 = [{ }]; -