fix colors
This commit is contained in:
@@ -5,6 +5,12 @@
|
|||||||
<!-- <TransactionForm v-if="drawerOpened" :visible="drawerOpened" :transaction-type="'INSTANT'"-->
|
<!-- <TransactionForm v-if="drawerOpened" :visible="drawerOpened" :transaction-type="'INSTANT'"-->
|
||||||
<!-- :category-type="'EXPENSE'" @close-drawer="closeDrawer"/>-->
|
<!-- :category-type="'EXPENSE'" @close-drawer="closeDrawer"/>-->
|
||||||
<div class="flex flex-row rounded-full px-2 justify-between overflow-x">
|
<div class="flex flex-row rounded-full px-2 justify-between overflow-x">
|
||||||
|
<!-- <div class="flex flex-col gap-2 p-2">-->
|
||||||
|
<!-- <router-link to="/spaces" class="items-center flex flex-col gap-2">-->
|
||||||
|
<!-- <i class="pi pi-compass text-2xl" style="font-size: 1.5rem"></i>-->
|
||||||
|
<!-- <p>Пространства</p>-->
|
||||||
|
<!-- </router-link>-->
|
||||||
|
<!-- </div>-->
|
||||||
<div class="flex flex-col gap-2 p-2">
|
<div class="flex flex-col gap-2 p-2">
|
||||||
<router-link to="/analytics" class="items-center flex flex-col gap-2">
|
<router-link to="/analytics" class="items-center flex flex-col gap-2">
|
||||||
<i class="pi pi-chart-line text-2xl" style="font-size: 1.5rem"></i>
|
<i class="pi pi-chart-line text-2xl" style="font-size: 1.5rem"></i>
|
||||||
|
|||||||
@@ -62,8 +62,8 @@ const resetForm = () => {
|
|||||||
<Textarea v-model="spaceDescription" id="name" class="w-full"/>
|
<Textarea v-model="spaceDescription" id="name" class="w-full"/>
|
||||||
</FloatLabel>
|
</FloatLabel>
|
||||||
<div class="flex flex-row items-center min-w-fit gap-4">
|
<div class="flex flex-row items-center min-w-fit gap-4">
|
||||||
<!-- <Checkbox v-model="createCategories" binary/>-->
|
<Checkbox v-model="createCategories" binary/>
|
||||||
<!-- Создать стандартный набор категорий?-->
|
Создать стандартный набор категорий?
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-2 justify-end items-center">
|
<div class="flex flex-row gap-2 justify-end items-center">
|
||||||
<Button label="Создать" severity="success" icon="pi pi-save" @click="createSpace"/>
|
<Button label="Создать" severity="success" icon="pi pi-save" @click="createSpace"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user