This commit is contained in:
commit
6bb52471ad
|
@ -215,7 +215,7 @@ function Questionmange(){
|
|||
{type==='填空题'&&data&&<table>
|
||||
<div className='smaller-box'>
|
||||
<tr className='title-link1'>
|
||||
<th>题目ID</th>
|
||||
<th>题目ID</th>
|
||||
<th>问题</th>
|
||||
<th>答案</th>
|
||||
{isTrue&&<th style={{color:'red'}}>选择要删除的题目</th>}
|
||||
|
|
|
@ -31,7 +31,7 @@ function HeaderNavTeacher() {
|
|||
|
||||
return (
|
||||
// 导航
|
||||
<div className="nav">
|
||||
<div className="nav">
|
||||
<div className='title-nav'>
|
||||
<img src={Logo} alt="" width='45px' height='40px'/>
|
||||
<p>达梦实训平台</p>
|
||||
|
@ -40,6 +40,7 @@ function HeaderNavTeacher() {
|
|||
{/* <div>
|
||||
头像
|
||||
</div> */}
|
||||
|
||||
</div>
|
||||
<div className='left-nav-li'>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue