fix tamanho disponibilidade
This commit is contained in:
parent
5b8ee4e9f5
commit
2672d96b1a
@ -502,9 +502,9 @@ export default function AvailabilityPage() {
|
|||||||
<div>
|
<div>
|
||||||
<Label
|
<Label
|
||||||
htmlFor="duracaoConsulta"
|
htmlFor="duracaoConsulta"
|
||||||
className="text-sm font-medium"
|
className="text-sm font-medium whitespace-nowrap"
|
||||||
>
|
>
|
||||||
Duração Da Consulta (min)
|
Duração da Consulta(min)
|
||||||
</Label>
|
</Label>
|
||||||
<Input
|
<Input
|
||||||
type="number"
|
type="number"
|
||||||
@ -571,9 +571,9 @@ export default function AvailabilityPage() {
|
|||||||
const times = schedule[day] || [];
|
const times = schedule[day] || [];
|
||||||
return (
|
return (
|
||||||
<div key={day} className="space-y-4">
|
<div key={day} className="space-y-4">
|
||||||
<div className="flex flex-col items-center justify-between p-3 bg-primary/10 rounded-lg h-full">
|
<div className="flex flex-col items-center justify-start p-3 bg-primary/10 rounded-lg min-h-[76px] ">
|
||||||
<p className="font-medium capitalize text-center mb-2">{weekdaysPT[day]}</p>
|
<p className="font-medium capitalize text-center ">{weekdaysPT[day]}</p>
|
||||||
<div className="text-center w-full">
|
<div className="text-center w-full mt-2">
|
||||||
{times.length > 0 ? (
|
{times.length > 0 ? (
|
||||||
times.map((t, i) => (
|
times.map((t, i) => (
|
||||||
<div key={i}>
|
<div key={i}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user