-
{{ $t('layouts.cards.fallback_icon') }}
+
+
{{ $t('layouts.cards.fallback_icon') }}
-
+
+
+
+
+
@@ -438,14 +442,6 @@ export default defineComponent({
margin: 20vh 0;
}
-.label {
- margin-bottom: 4px;
-}
-
-.setting {
- margin-bottom: 12px;
-}
-
.footer {
display: flex;
align-items: center;
diff --git a/src/layouts/cards/index.ts b/src/layouts/cards/index.ts
index c5a2abe335..8a0297d5ec 100644
--- a/src/layouts/cards/index.ts
+++ b/src/layouts/cards/index.ts
@@ -4,6 +4,6 @@ import CardsLayout from './cards.vue';
export default defineLayout(({ i18n }) => ({
id: 'cards',
name: i18n.t('layouts.cards.cards'),
- icon: 'view_module',
+ icon: 'grid_4',
component: CardsLayout,
}));
diff --git a/src/layouts/tabular/tabular.vue b/src/layouts/tabular/tabular.vue
index c97f213aeb..8450a46971 100644
--- a/src/layouts/tabular/tabular.vue
+++ b/src/layouts/tabular/tabular.vue
@@ -1,9 +1,29 @@
-
-
+
+
+
{{ $t('layouts.tabular.spacing') }}
+
+
-
+
+
{{ $t('layouts.tabular.fields') }}
-
+
+
-
-
-
+
+
diff --git a/src/views/private/components/layout-drawer-detail/layout-drawer-detail.vue b/src/views/private/components/layout-drawer-detail/layout-drawer-detail.vue
index 659557a625..8c4e77ad0c 100644
--- a/src/views/private/components/layout-drawer-detail/layout-drawer-detail.vue
+++ b/src/views/private/components/layout-drawer-detail/layout-drawer-detail.vue
@@ -1,6 +1,8 @@
-
+
+ {{ $t('layout') }}
+
@@ -39,3 +41,30 @@ export default defineComponent({
},
});
+
+