update styling:
This commit is contained in:
parent
5b3a6655cd
commit
b5adab5786
3 changed files with 14 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="page-container">
|
||||
<H2>Client Contact List</H2>
|
||||
<div id="filter-container" class="filter-container">
|
||||
<button @click="onClick" id="add-customer-button" class="interaction-button">
|
||||
|
|
@ -199,4 +199,8 @@ onMounted(async () => {
|
|||
});
|
||||
});
|
||||
</script>
|
||||
<style lang="css"></style>
|
||||
<style lang="css">
|
||||
.page-container {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue