recomendaciones finales
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<div class="space-y-6">
|
||||
<form @submit.prevent="handleSubmit">
|
||||
<div class="flex flex-col gap-4">
|
||||
<div class="space-y-3">
|
||||
<div class=" bg-surface text-white rounded-2xl px-8 py-4 border-b-5 border-[#8444BD]">
|
||||
<h2 class="text-sm ">{{ data.section.title[langcode] }}</h2>
|
||||
</div>
|
||||
<form @submit.prevent="handleSubmit" class="bg-surface text-white rounded-2xl px-4 sm:px-10 py-12">
|
||||
<div class="flex flex-col gap-4 ">
|
||||
<!-- Cabecera de sección -->
|
||||
<!-- <div class="flex gap-2">
|
||||
<img src="../public/icono-bravioo.svg" alt="logo-bravio" class="h-6 w-6 object-cover" />
|
||||
@@ -12,7 +15,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<h1>{{ data.id }}</h1>
|
||||
|
||||
<!-- Título de pregunta -->
|
||||
<div v-if="data.question" class="flex gap-2">
|
||||
<img src="../public/icono-bravioo.svg" alt="logo-bravio" class="h-6 w-6 object-cover" />
|
||||
|
||||
Reference in New Issue
Block a user