This commit is contained in:
nopy 2024-07-10 20:06:50 +08:00
parent f216119369
commit df22157f52
2 changed files with 3 additions and 6 deletions

View File

@ -119,7 +119,7 @@
margin-top: 180px;
position: absolute;
z-index: 2;
border: 1px solid #ceedf5;
border: 10px solid #ceedf5;
background-color: #d4f6f6;
}
.TrainBox table{
@ -142,7 +142,7 @@
.close-icon{
width: 30px;
height: 25px;
background-color: #a0d4e0;
background-color: #ceedf5;
border: none;
position: absolute;
left: 620px;

View File

@ -91,10 +91,7 @@ function TrainManage(){
{TrainData&&<tbody>
<div className='box-blue'>
{Object.keys(TrainData).map((key,index)=>(
<tr style={{
display: 'flex',
backgroundColor: index % 2 === 0 ? '#d4f6f6':'#fdecf5' //
}}
<tr style={{ display: 'flex', }}
id='detailed_box_tr1'>
<td style={{ flex: 1 }}>{key}</td>
<td style={{ flex: 1 }}>{TrainData[key][0]}</td>