Styling changes to increase reactivity of CRM UI.
This commit is contained in:
parent
58e69596bb
commit
702e718431
3 changed files with 50 additions and 25 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="overview-container">
|
||||
<template v-if="!editMode">
|
||||
<template v-if="!editMode && !isNew">
|
||||
<Button
|
||||
@click="toggleEditMode"
|
||||
icon="pi pi-pencil"
|
||||
|
|
@ -713,8 +713,8 @@ const handleCancel = () => {
|
|||
}
|
||||
|
||||
.status-cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue