This commit is contained in:
30404 2024-07-08 22:53:19 +08:00
parent 9acf5c2be8
commit 9e49ee7039
5 changed files with 14 additions and 18 deletions

View File

@ -1,9 +1,7 @@
/* 页面中间题目(基础题) */
.SendTest_body_right p{
font-size: 30px;
border-top: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
border: 1px solid black;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
@ -11,6 +9,7 @@
.SendTest_body_right table{
width: 100%;
border-right: 1px solid black;
border-left: 1px solid black;
background-color: #eaeeec;
}
.title{

View File

@ -5,8 +5,8 @@
/* 页面区域占比 */
.SendTrain_body_left{
flex: 11%;
border: 1px solid #000;
margin-left: 20px;
border-bottom: none;
border-left: none;
}
.SendTrain_body_right{
flex: 60%;
@ -22,9 +22,8 @@
line-height: 50px;
font-size: 26px;
font-weight: 440;
margin-top: 40px;
margin-top: 0px;
text-align: center;
border-top: 1px solid #000;
}
.SendTrain_body_left_ul{
/* all: unset; */
@ -50,9 +49,7 @@
/* 页面中间题目(基础题) */
.SendTrain_body_right p{
font-size: 30px;
border-top: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
border: 1px solid black;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
@ -60,6 +57,7 @@
.SendTrain_body_right table{
width: 100%;
border-right: 1px solid black;
border-left: 1px solid black;
background-color: #eaeeec;
}
.title{
@ -187,9 +185,7 @@
.Train_div{
width: 100%-1px;
height:560px;
border-top: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
border: 1px solid black;
border-top: none;
}
#Train_1{

View File

@ -93,7 +93,9 @@ function TrainPods(){
</div>
<button onClick={()=>setisTrue(!isTrue)} style={{marginLeft:'600px'}} className='srcbtn'>返回</button>
</table>}
<button onClick={()=>{
console.log(Pods);
}}></button>
</div>
)
}

View File

@ -81,8 +81,7 @@ function SubjectPage(){
<li onClick={() => handleSubjectClick(key)} key={key}>
<img src={Computer} alt="" width='35px' height='35px'/>
<p>
<p className='p'>{eval(HistoryTrain[key][1][11])}</p>
<p className='p'>实训ID:{HistoryTrain[key][1][10]}{eval(HistoryTrain[key][1][11])}</p>
<span>{HistoryTrain[key][1][5]}</span>
</p>
</li>
@ -103,7 +102,7 @@ function SubjectPage(){
{/* 图表或者文字分析 */}
<ul>
<li>总得分{parseInt(PieData['datasets'][0]['data'][0])+parseInt(PieData['datasets'][0]['data'][1])}/{score}</li>
<li>分析{parseInt(PieData['datasets'][0]['data'][0])>parseInt(PieData['datasets'][0]['data'][1]) ? '基础题得分略低':'提高实训得分需优化学习方法与题目理解。'}</li>
<li>分析{parseInt(PieData['datasets'][0]['data'][0])>parseInt(PieData['datasets'][0]['data'][1]) ? '基础知识掌握薄弱,需优化学习方法':'提高实训得分需优化学习方法与题目理解。'}</li>
<li>老师建议{parseInt(PieData['datasets'][0]['data'][0])>parseInt(PieData['datasets'][0]['data'][1]) ? '巩固基础,稳步提升':'加强HTML语法'}</li>
</ul>
</div>}

View File

@ -351,7 +351,7 @@ function Operation1() {
</tbody>
</table>
)}
<button onClick={submit} className='operation-btn1'>保存答案</button>
<button onClick={submit} className='operation-btn1' style={{marginLeft:'1110 px'}}>保存答案</button>
<Link to={`/operation2/${operateID}`}>
<button onClick={saveAnswers} className='operation-btn2'>下一页</button>
</Link>