fix(ui): remove unnecessary line breaks in component templates for consistency

This commit is contained in:
2026-05-08 21:50:04 -03:00
committed by hueso
parent 36cd57b59e
commit 9f04c09704
5 changed files with 9 additions and 27 deletions

View File

@@ -89,9 +89,7 @@ onMounted(async () => {
</span> </span>
</div> </div>
<div class="main-container"> <div class="main-container">
<div <div class="flex flex-col w-full bg-white px-10 py-5 rounded-lg">
class="flex flex-col w-full bg-white px-10 py-5 rounded-lg"
>
<div> <div>
<p>Tokens recebidos</p> <p>Tokens recebidos</p>
<p class="text-2xl text-gray-900"> <p class="text-2xl text-gray-900">

View File

@@ -251,9 +251,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
</div> </div>
<form class="main-container" @submit="handleSubmit"> <form class="main-container" @submit="handleSubmit">
<div class="backdrop-blur -z-10 w-full h-full"></div> <div class="backdrop-blur -z-10 w-full h-full"></div>
<div <div class="flex flex-col w-full bg-white sm:px-10 px-6 py-5 rounded-lg">
class="flex flex-col w-full bg-white sm:px-10 px-6 py-5 rounded-lg"
>
<div class="flex justify-between sm:w-full items-center"> <div class="flex justify-between sm:w-full items-center">
<input <input
type="number" type="number"
@@ -386,9 +384,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
</div> </div>
</div> </div>
<div <div class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg">
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
>
<input <input
type="text" type="text"
v-model="identification" v-model="identification"

View File

@@ -185,9 +185,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
</div> </div>
</div> </div>
<!-- CPF or CNPJ input --> <!-- CPF or CNPJ input -->
<div <div class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg">
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
>
<input <input
type="text" type="text"
v-model="identification" v-model="identification"
@@ -200,9 +198,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
/> />
</div> </div>
<!-- Bank selection --> <!-- Bank selection -->
<div <div class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg">
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
>
<div class="relative"> <div class="relative">
<input <input
type="text" type="text"
@@ -235,9 +231,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
}}</span> }}</span>
</div> </div>
<!-- Account and Branch inputs --> <!-- Account and Branch inputs -->
<div <div class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg">
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
>
<div class="flex gap-4"> <div class="flex gap-4">
<div class="flex-1"> <div class="flex-1">
<input <input
@@ -262,9 +256,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
</div> </div>
</div> </div>
<!-- Account Type Selection --> <!-- Account Type Selection -->
<div <div class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg">
class="flex flex-col w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
>
<div class="flex gap-4"> <div class="flex gap-4">
<div class="flex-1"> <div class="flex-1">
<select <select

View File

@@ -27,9 +27,7 @@ const props = defineProps({
> >
</div> </div>
<div class="main-container"> <div class="main-container">
<div <div class="flex flex-col w-full bg-white px-10 py-5 rounded-lg">
class="flex flex-col w-full bg-white px-10 py-5 rounded-lg"
>
<div> <div>
<p>Tokens ofertados</p> <p>Tokens ofertados</p>
<p class="text-2xl text-gray-900"> <p class="text-2xl text-gray-900">

View File

@@ -16,9 +16,7 @@ const props = defineProps({
</span> </span>
</div> </div>
<div class="main-container max-w-md"> <div class="main-container max-w-md">
<div <div class="flex flex-col w-full bg-white sm:px-10 px-4 py-5 rounded-lg">
class="flex flex-col w-full bg-white sm:px-10 px-4 py-5 rounded-lg"
>
<div <div
class="flex flex-col text-center justify-center w-full items-center p-2 px-3 rounded-3xl lg:min-w-fit gap-1" class="flex flex-col text-center justify-center w-full items-center p-2 px-3 rounded-3xl lg:min-w-fit gap-1"
> >