This commit is contained in:
nopy 2024-07-07 16:22:38 +08:00
parent da7c3f5372
commit 8d29d0eb44
2 changed files with 32 additions and 37 deletions

View File

@ -8,30 +8,23 @@
float: right;
background-color: #f7f8fa;
}
.link-box{
margin-top: 30px;
}
.title-link{
position: absolute;
top: 30px;
left: -110px;
font-size: 18px;
}
.title-link th{
padding-left: 190px;
}
.link-table{
margin-top: 50px;
position: absolute;
top: 40px;
left: 22px;
position: relative;
}
.link-table td{
padding-left: 45px;
padding: 0 26.2px;
font-size: 17px;
border-bottom: 1px solid #8a9991;
/* border-top: 1px solid #8a9991; */
line-height: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
.link-table input{
height: 20px;

View File

@ -60,6 +60,7 @@ function StudentLink(){
}
return(
<div className='body-right-studentlink'>
<div className='link-box'>
{TestLink&&<table>
<thead>
<tr className='title-link'>
@ -84,6 +85,7 @@ function StudentLink(){
))}
</tbody>
</table>}
</div>
<button onClick={submit} className='submit'>确定</button>
</div>
)