recomendaciones finales

This commit is contained in:
María
2025-10-22 10:38:05 +02:00
committed by María
parent da5b74b295
commit 840cb1c5aa
10 changed files with 2496 additions and 156 deletions

View File

@@ -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" />