Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
500a480a
Commit
500a480a
authored
Mar 24, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:新建题目图标样式调整
parent
60c0ce5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/modules/teach-tool/AddNewQuestion.jsx
+6
-6
No files found.
src/modules/teach-tool/AddNewQuestion.jsx
View file @
500a480a
...
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-02-25 13:46:35
* @LastEditors: yuananting
* @LastEditTime: 2021-03-24 1
0:15:2
2
* @LastEditTime: 2021-03-24 1
6:57:5
2
* @Description: 助学工具-题库-题目管理-新增题目
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -308,7 +308,7 @@ class AddNewQuestion extends Component {
<
TabPane
tab=
{
<
span
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
"#CCCCCC"
}
}
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"SINGLE_CHOICE"
?
"#ffb714"
:
"#CCCCCC"
}
}
>

{
" "
}
</
span
>
<
span
>
单选题
</
span
>
...
...
@@ -331,7 +331,7 @@ class AddNewQuestion extends Component {
<
TabPane
tab=
{
<
span
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
"#CCCCCC"
}
}
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"MULTI_CHOICE"
?
"#ffb714"
:
"#CCCCCC"
}
}
>

{
" "
}
</
span
>
<
span
>
多选题
</
span
>
...
...
@@ -354,7 +354,7 @@ class AddNewQuestion extends Component {
<
TabPane
tab=
{
<
span
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
"#CCCCCC"
}
}
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"JUDGE"
?
"#ffb714"
:
"#CCCCCC"
}
}
>

{
" "
}
</
span
>
<
span
>
判断题
</
span
>
...
...
@@ -376,7 +376,7 @@ class AddNewQuestion extends Component {
<
TabPane
tab=
{
<
span
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
"#CCCCCC"
}
}
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"GAP_FILLING"
?
"#ffb714"
:
"#CCCCCC"
}
}
>

{
" "
}
</
span
>
<
span
>
填空题
</
span
>
...
...
@@ -398,7 +398,7 @@ class AddNewQuestion extends Component {
<
TabPane
tab=
{
<
span
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
"#CCCCCC"
}
}
>
<
span
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"INDEFINITE_CHOICE"
?
"#ffb714"
:
"#CCCCCC"
}
}
>

{
" "
}
</
span
>
<
span
>
不定项选择题
</
span
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment