From 169a042075c66520a64c86f7a787549caf8a075a Mon Sep 17 00:00:00 2001 From: mfnefd Date: Sun, 8 Dec 2024 23:50:09 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=86=D1=8B=20=D0=B8=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B2=D1=8B=D0=B3=D0=BB=D1=8F?= =?UTF-8?q?=D0=B4=D1=8F=D1=82=20=D0=BD=D0=BE=D1=80=D0=BC=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/App.vue | 15 ++++--- front/src/components/pages/Groups.vue | 39 ++++++++++--------- front/src/components/pages/Home.vue | 37 ++++++++++-------- front/src/components/pages/Plans.vue | 34 ++++++++-------- .../support/ChangeRecordManager.vue | 11 ++++-- front/src/components/support/PlanManager.vue | 9 +++-- .../support/SpendingGroupManager.vue | 8 +++- 7 files changed, 89 insertions(+), 64 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index 5e62ec2..aa38b70 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -6,16 +6,21 @@ import Header from './components/main/Header.vue';
- - - + \ No newline at end of file diff --git a/front/src/components/pages/Groups.vue b/front/src/components/pages/Groups.vue index b544b72..8781ced 100644 --- a/front/src/components/pages/Groups.vue +++ b/front/src/components/pages/Groups.vue @@ -42,25 +42,28 @@ const onDelete = (key: string) => {