From ca1f5409e057d90afa59634fc036396b46ed8bbd Mon Sep 17 00:00:00 2001 From: jp-lima Date: Fri, 19 Sep 2025 15:19:01 -0300 Subject: [PATCH] =?UTF-8?q?come=C3=A7o=20da=20estiliza=C3=A7=C3=A3o=20do?= =?UTF-8?q?=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AgendarConsulta/FormNovaConsulta.jsx | 188 +++++++++++------- ...eagendamentos.css => formagendamentos.css} | 39 +++- .../style/styleTabelas/tabelasemana.css | 4 + src/pages/DoctorDetails.jsx | 2 +- 4 files changed, 154 insertions(+), 79 deletions(-) rename src/components/AgendarConsulta/style/{styleagendamentos.css => formagendamentos.css} (74%) diff --git a/src/components/AgendarConsulta/FormNovaConsulta.jsx b/src/components/AgendarConsulta/FormNovaConsulta.jsx index 6723e6ce..1ce6f124 100644 --- a/src/components/AgendarConsulta/FormNovaConsulta.jsx +++ b/src/components/AgendarConsulta/FormNovaConsulta.jsx @@ -1,6 +1,6 @@ import React from "react"; import InputMask from "react-input-mask"; -import "./style/styleagendamentos.css"; +import "./style/formagendamentos.css"; const FormNovaConsulta = ({ onCancel }) => { const handleSubmit = (e) => { @@ -15,98 +15,132 @@ const FormNovaConsulta = ({ onCancel }) => {

Informações do paciente

-
- - +
+
+ + +
- - - {(inputProps) => } - +
+ + + {(inputProps) => } + +
- - +
+ + +
- - +
+
+ + +
- - - {(inputProps) => } - +
+ + + {(inputProps) => } + +
- - - - - - - - +
+ + +
+
+
+ +
+ + +
+
+ + +
+ +
- - {(inputProps) => } - + +
+

Informações adicionais

Informações do atendimento

+ +
+
+ + +
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Acessibilidade

-
- - - - +
+ + +
-
- +
+
+ +
+
+ + +
+ + + +
+ + +
+
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+
+
+ +
+ + +
+
+ +
+
diff --git a/src/components/AgendarConsulta/style/styleagendamentos.css b/src/components/AgendarConsulta/style/formagendamentos.css similarity index 74% rename from src/components/AgendarConsulta/style/styleagendamentos.css rename to src/components/AgendarConsulta/style/formagendamentos.css index bcdc8dbc..d41eb619 100644 --- a/src/components/AgendarConsulta/style/styleagendamentos.css +++ b/src/components/AgendarConsulta/style/formagendamentos.css @@ -1,5 +1,5 @@ .form-container { - max-width: 800px; + /*max-width: 800px;*/ margin: 20px auto; padding: 25px; background: #f5f8ff; @@ -106,3 +106,40 @@ font-size: small; } +.campos-informacoes-paciente,.campo-informacoes-atendimento{ + display: flex; + gap: 10px; + flex-direction: row; +} + +.campo-de-input{ + display: flex; + flex-direction: column; + +} + + +#informacoes-atendimento-segunda-linha{ + margin-top: 10px; + display: flex; + flex-direction: row; + gap: rem; +} + +textarea{ + width: 30px; + resize: both; + +} + +#informacoes-atendimento-segunda-linha-esquerda input{ + width: 200px; +} + +input[type='text']{ + width: 600px; +} + +select[name='solicitante']{ + width: 300px; +} \ No newline at end of file diff --git a/src/components/AgendarConsulta/style/styleTabelas/tabelasemana.css b/src/components/AgendarConsulta/style/styleTabelas/tabelasemana.css index d2692d38..e890b6f9 100644 --- a/src/components/AgendarConsulta/style/styleTabelas/tabelasemana.css +++ b/src/components/AgendarConsulta/style/styleTabelas/tabelasemana.css @@ -80,3 +80,7 @@ .tabelasemanal tr:hover { background-color: #f1f1f1 !important; } + +tr{ + width: 1000px; +} \ No newline at end of file diff --git a/src/pages/DoctorDetails.jsx b/src/pages/DoctorDetails.jsx index 25a26e4e..c8b77268 100644 --- a/src/pages/DoctorDetails.jsx +++ b/src/pages/DoctorDetails.jsx @@ -111,7 +111,7 @@ const Details = ({ patientID, setCurrentPage }) => {
-

{paciente.anexos || "-"}

+

{ "-"}