This commit is contained in:
parent
da7c3f5372
commit
8d29d0eb44
|
@ -8,30 +8,23 @@
|
||||||
float: right;
|
float: right;
|
||||||
background-color: #f7f8fa;
|
background-color: #f7f8fa;
|
||||||
}
|
}
|
||||||
|
.link-box{
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
.title-link{
|
.title-link{
|
||||||
position: absolute;
|
|
||||||
top: 30px;
|
|
||||||
left: -110px;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.title-link th{
|
|
||||||
padding-left: 190px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.link-table{
|
.link-table{
|
||||||
margin-top: 50px;
|
position: relative;
|
||||||
position: absolute;
|
|
||||||
top: 40px;
|
|
||||||
left: 22px;
|
|
||||||
}
|
}
|
||||||
.link-table td{
|
.link-table td{
|
||||||
padding-left: 45px;
|
padding: 0 26.2px;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
border-bottom: 1px solid #8a9991;
|
border-bottom: 1px solid #8a9991;
|
||||||
/* border-top: 1px solid #8a9991; */
|
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.link-table input{
|
.link-table input{
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
|
@ -60,6 +60,7 @@ function StudentLink(){
|
||||||
}
|
}
|
||||||
return(
|
return(
|
||||||
<div className='body-right-studentlink'>
|
<div className='body-right-studentlink'>
|
||||||
|
<div className='link-box'>
|
||||||
{TestLink&&<table>
|
{TestLink&&<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr className='title-link'>
|
<tr className='title-link'>
|
||||||
|
@ -84,6 +85,7 @@ function StudentLink(){
|
||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>}
|
</table>}
|
||||||
|
</div>
|
||||||
<button onClick={submit} className='submit'>确定</button>
|
<button onClick={submit} className='submit'>确定</button>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue