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
132fc5b4
Commit
132fc5b4
authored
May 28, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:考试搜索条件修复,预览题目样式修改
parent
5a24a04c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
src/modules/common/TeacherSelect.tsx
+1
-0
src/modules/teach-tool/question-manage/modal/PreviewQuestionModal.less
+0
-2
No files found.
src/modules/common/TeacherSelect.tsx
View file @
132fc5b4
...
@@ -58,6 +58,7 @@ export default function ExaminationManager(props: any) {
...
@@ -58,6 +58,7 @@ export default function ExaminationManager(props: any) {
onPopupScroll=
{
handleScrollTeacherList
}
onPopupScroll=
{
handleScrollTeacherList
}
suffixIcon=
{
<
span
className=
"icon iconfont"
style=
{
{
fontSize
:
'12px'
,
color
:
'#BFBFBF'
}
}
>

</
span
>
}
suffixIcon=
{
<
span
className=
"icon iconfont"
style=
{
{
fontSize
:
'12px'
,
color
:
'#BFBFBF'
}
}
>

</
span
>
}
value=
{
props
.
val
||
null
}
value=
{
props
.
val
||
null
}
filterOption=
{
(
input
:
any
,
option
:
any
)
=>
option
}
onChange=
{
(
value
)
=>
{
onChange=
{
(
value
)
=>
{
props
.
onChange
(
value
)
props
.
onChange
(
value
)
}
}
}
}
...
...
src/modules/teach-tool/question-manage/modal/PreviewQuestionModal.less
View file @
132fc5b4
...
@@ -209,7 +209,6 @@
...
@@ -209,7 +209,6 @@
color: #666666;
color: #666666;
.desc-input-box {
.desc-input-box {
margin-bottom: 8px;
margin-bottom: 8px;
display: inline-block;
*:not(p) {
*:not(p) {
font-weight: normal !important;
font-weight: normal !important;
font-size: 14px !important;
font-size: 14px !important;
...
@@ -219,7 +218,6 @@
...
@@ -219,7 +218,6 @@
}
}
}
}
.desc-picture-box {
.desc-picture-box {
display: inline-flex;
margin-bottom: 16px;
margin-bottom: 16px;
.picture-box {
.picture-box {
width: 88px;
width: 88px;
...
...
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