From 721f0a493431c6b50b547ebdb85cefeb68337ddc Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Sat, 29 Mar 2025 16:55:01 +0000 Subject: [PATCH] bug fix in persons list and some changes in UI --- webUI/src/assets/site.css | 3 +- webUI/src/main.ts | 7 +- webUI/src/views/acc/accounting/mod.vue | 1 + webUI/src/views/acc/bank/list.vue | 2 + webUI/src/views/acc/persons/card.vue | 2 +- webUI/src/views/acc/persons/list.vue | 68 ++++++++----------- webUI/src/views/acc/persons/receive/list.vue | 1 + webUI/src/views/acc/sell/viewInvoice.vue | 33 +++++++-- webUI/src/views/acc/smspanel/smspanel.vue | 2 + webUI/src/views/acc/ultimatepackage/list.vue | 1 + webUI/src/views/user/manager/support/list.vue | 6 +- webUI/src/views/user/manager/users/list.vue | 1 + webUI/src/views/user/profile/dashboard.vue | 2 +- webUI/src/views/user/profile/support/list.vue | 6 +- 14 files changed, 81 insertions(+), 54 deletions(-) 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' }" >