Styling changes to the CRM page. More in-line with LMN. Removed Status Buttons, moved some information around to be more cohesive.
This commit is contained in:
parent
e9cf1f91c4
commit
7e397c2eab
1 changed files with 37 additions and 27 deletions
|
|
@ -1,5 +1,15 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="overview-container">
|
<div class="overview-container">
|
||||||
|
<template v-if="!editMode">
|
||||||
|
<Button
|
||||||
|
@click="toggleEditMode"
|
||||||
|
icon="pi pi-pencil"
|
||||||
|
label="Edit Information"
|
||||||
|
size="small"
|
||||||
|
severity="secondary"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
<div class="status-cards">
|
||||||
<template v-if="isNew || editMode">
|
<template v-if="isNew || editMode">
|
||||||
<ClientInformationForm
|
<ClientInformationForm
|
||||||
ref="clientInfoRef"
|
ref="clientInfoRef"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue