diff --git a/webUI/src/assets/site.css b/webUI/src/assets/site.css index 1d56eee..dbd927e 100644 --- a/webUI/src/assets/site.css +++ b/webUI/src/assets/site.css @@ -4,4 +4,5 @@ label.required:before { } .btn-link{ text-decoration: none; -} \ No newline at end of file +} + diff --git a/webUI/src/main.ts b/webUI/src/main.ts index 6cdc6f6..ce6b0fc 100644 --- a/webUI/src/main.ts +++ b/webUI/src/main.ts @@ -62,14 +62,17 @@ const vuetify = createVuetify({ VTextField: { hideDetails: "auto", variant: "outlined", - size: "small" + size: "small", + density: "comfortable" }, VTextarea: { hideDetails: "auto", + density: "comfortable" }, VSelect: { hideDetails: "auto", - variant: "outlined" + variant: "outlined", + density: "comfortable" }, VDialog: { VCard: { diff --git a/webUI/src/views/acc/accounting/mod.vue b/webUI/src/views/acc/accounting/mod.vue index 9dd024a..25f1e7f 100644 --- a/webUI/src/views/acc/accounting/mod.vue +++ b/webUI/src/views/acc/accounting/mod.vue @@ -22,6 +22,7 @@ :items="form.rows" class="elevation-1" hide-default-footer + :header-props="{ class: 'custom-header' }" >