김지은 5 months ago
parent
commit
ca4a73b992
  1. 2
      src/assets/css/custom.css
  2. 2
      src/views/vertiport/VertiportView.js

2
src/assets/css/custom.css

@ -1200,6 +1200,8 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;}
.vertiport-tab{margin-top:0.5rem} .vertiport-tab{margin-top:0.5rem}
.vertiport-hanger{margin-top:2rem} .vertiport-hanger{margin-top:2rem}
.hanger-ti{width:200px} .hanger-ti{width:200px}
.vertiport-hanger .vertiport-table{overflow-x:scroll;}
.ti-h3{font-size: 1.1875rem;font-weight: 500;margin-bottom:14px;} .ti-h3{font-size: 1.1875rem;font-weight: 500;margin-bottom:14px;}
.bg-line{border-left:1px solid #ddd;} .bg-line{border-left:1px solid #ddd;}

2
src/views/vertiport/VertiportView.js

@ -69,8 +69,8 @@ export default function VertiportView() {
</div> </div>
<div className='vertiport-hanger'> <div className='vertiport-hanger'>
<div className='vertiport-table'>
<h3 className='ti-h3'>Hanger 운영현황</h3> <h3 className='ti-h3'>Hanger 운영현황</h3>
<div className='vertiport-table'>
<table className='table-st'> <table className='table-st'>
<thead> <thead>
<tr> <tr>

Loading…
Cancel
Save