|
|
@ -332,17 +332,17 @@ class Testpapersettinghomepage extends Component{
|
|
|
|
<div className="fl task_menu_ul">
|
|
|
|
<div className="fl task_menu_ul">
|
|
|
|
{this.props.isAdmin()===true?
|
|
|
|
{this.props.isAdmin()===true?
|
|
|
|
<Menu mode="horizontal" selectedKeys={tab} onClick={this.changeTab}>
|
|
|
|
<Menu mode="horizontal" selectedKeys={tab} onClick={this.changeTab}>
|
|
|
|
<Menu.Item key="0">答题列表</Menu.Item>
|
|
|
|
<Menu.Item key="0" className={"exercisesafonts"}>答题列表</Menu.Item>
|
|
|
|
<Menu.Item key="1">统计结果</Menu.Item>
|
|
|
|
<Menu.Item key="1" className={"exercisesafonts"}>统计结果</Menu.Item>
|
|
|
|
<Menu.Item key="2">试卷预览</Menu.Item>
|
|
|
|
<Menu.Item key="2" className={"exercisesafonts"}>试卷预览</Menu.Item>
|
|
|
|
<Menu.Item key="3">设置</Menu.Item>
|
|
|
|
<Menu.Item key="3" className={"exercisesafonts"}>设置</Menu.Item>
|
|
|
|
</Menu>
|
|
|
|
</Menu>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<Menu mode="horizontal" selectedKeys={tab} onClick={this.changeTab}>
|
|
|
|
<Menu mode="horizontal" selectedKeys={tab} onClick={this.changeTab}>
|
|
|
|
<Menu.Item key="0">答题列表</Menu.Item>
|
|
|
|
<Menu.Item key="0" className={"exercisesafonts"}>答题列表</Menu.Item>
|
|
|
|
{Commonheadofthetestpaper&&Commonheadofthetestpaper.show_statistic===true?
|
|
|
|
{Commonheadofthetestpaper&&Commonheadofthetestpaper.show_statistic===true?
|
|
|
|
<Menu.Item key="1">统计结果</Menu.Item>:""}
|
|
|
|
<Menu.Item key="1" className={"exercisesafonts"}>统计结果</Menu.Item>:""}
|
|
|
|
<Menu.Item key="3">设置</Menu.Item>
|
|
|
|
<Menu.Item key="3" className={"exercisesafonts"}>设置</Menu.Item>
|
|
|
|
</Menu>
|
|
|
|
</Menu>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -370,7 +370,7 @@ class Testpapersettinghomepage extends Component{
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
.exercisesafonts:hover {
|
|
|
|
color:#1A0B00 !important;
|
|
|
|
color:#1A0B00 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
`}
|
|
|
|
`}
|
|
|
|