diff --git a/src/assets/main.css b/src/assets/main.css index 1f98ff5..5ff2caf 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -4,6 +4,10 @@ @tailwind components; @tailwind utilities; +.p-inputnumber-input{ + width: 7rem; +} + /*#app {*/ /* !*max-width: 1280px;*!*/ /* !*margin: 0 auto;*!*/ diff --git a/src/components/LoadingView.vue b/src/components/LoadingView.vue new file mode 100644 index 0000000..1a4a2ca --- /dev/null +++ b/src/components/LoadingView.vue @@ -0,0 +1,28 @@ + + + + + \ No newline at end of file diff --git a/src/components/budgets/BudgetList.vue b/src/components/budgets/BudgetList.vue index 0c2662e..7be4ada 100644 --- a/src/components/budgets/BudgetList.vue +++ b/src/components/budgets/BudgetList.vue @@ -1,28 +1,29 @@ -