fix: prettier
This commit is contained in:
parent
4f90da69f3
commit
8ec569e6ff
@ -231,7 +231,6 @@ onBeforeUnmount(() => {
|
|||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -304,5 +303,4 @@ onBeforeUnmount(() => {
|
|||||||
.contact-dropdown.dropdown-visible {
|
.contact-dropdown.dropdown-visible {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
</style>
|
|
||||||
|
@ -602,8 +602,6 @@ onMounted(() => {
|
|||||||
color: #444;
|
color: #444;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
border-left: 4px solid #0d6efd;
|
|
||||||
border-right: 4px solid #0d6efd;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
@ -83,8 +83,6 @@ const validerCreation = () => {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user