update create client form

This commit is contained in:
Casey 2025-11-03 01:54:55 -06:00
parent 1f33262e90
commit 2cfe7ed8e6
9 changed files with 1856 additions and 1412 deletions

View file

@ -35,10 +35,10 @@ import ScrollPanel from "primevue/scrollpanel";
border-radius: 10px;
padding: 10px;
border: 4px solid rgb(235, 230, 230);
max-width: 1280px;
min-width: 800px;
max-width: 2500px;
width: 100%;
margin: 10px auto;
min-height: 87vh;
height: 83vh;
}
#display-content {
@ -47,6 +47,6 @@ import ScrollPanel from "primevue/scrollpanel";
margin-right: auto;
max-width: 50vw;
min-width: 80%;
max-height: 87vh;
height: 100%;
}
</style>