Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

346
Views
¿Cómo puedo mostrar varios divs diferentes en la misma ventana emergente?

La pantalla que estoy tratando de hacer;

ingrese la descripción de la imagen aquí

La pantalla que puedo hacer;

ingrese la descripción de la imagen aquí

Como se puede ver en las fotos; Los divs en la segunda imagen están separados entre sí. Estoy tratando de hacer como en la primera foto, pero no pude. Quiero mostrar los datos entrantes en la misma ventana emergente.

html

 <div className="installmentinfo__container"> { props.installmentList?.map((e, i) => { return ( <div className="installmentinfo"> <div className="column"> <div className="installmentnumber" >{(i + 1).toString()}</div> <div className="installmentdate">{e.date}</div> <div className="installmentamount">{e.amount} {e.currency}</div> </div> </div> ); }) } </div>

CSS

 .installmentinfo__container { position: absolute; right: 340px; .installmentinfo { background-color: white; width: 280px; height: auto; border: var(--border); border-radius: 0.5em; padding: 0.5em 1em; .column { display: flex; margin: 5px; justify-content: space-between; font-size: 1.3rem; border-bottom: 1.5px solid #d1d1d1; } .installmentnumber { float: left; } .installmentdate { width: 50%; color: black !important; } .installmentamount { width: 50%; color: black !important; font-weight: 1000; } } }
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Prueba este CSS

 .installmentinfo__container{ border: 1px solid #d1d1d1; border-radius: 10px; width: 320px; box-shadow: 2px 2px 4px 4px #d1d1d1; .installmentinfo { background-color: white; width: 280px; height: auto; border: var(--border); border-radius: 0.5em; padding: 0.5em 1em; .column { display: flex; margin: 5px; justify-content: space-between; font-size: 1.3rem; border-bottom: 1.5px solid #d1d1d1; } .installmentnumber { float: left; } .installmentdate { width: 50%; color: black !important; } .installmentamount { width: 50%; color: black !important; font-weight: 1000; } } }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!