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
07276b70
Commit
07276b70
authored
May 28, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:验收样式优化
parent
0c2a08d4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
11 deletions
+12
-11
src/modules/college-manage/UserManagePage.less
+1
-2
src/modules/teach-tool/components/CourseCategoryManage.less
+1
-1
src/modules/teach-tool/examination-manager/AddExam.less
+2
-3
src/modules/teach-tool/examination-manager/AddExam.tsx
+5
-2
src/modules/teach-tool/examination-manager/Index.tsx
+3
-3
No files found.
src/modules/college-manage/UserManagePage.less
View file @
07276b70
...
...
@@ -2,13 +2,12 @@
.box-header {
display: flex;
width: calc(100% - 80px);
margin-bottom:
16
px;
margin-bottom:
4
px;
.header-item {
width: 30%;
margin-right: 3%;
display: flex;
.item-name {
width: 80px;
flex-shrink: 0;
}
}
...
...
src/modules/teach-tool/components/CourseCategoryManage.less
View file @
07276b70
...
...
@@ -11,7 +11,7 @@
}
.course-category-tree {
position: relative;
margin-top: 1
6
px;
margin-top: 1
2
px;
width: 900px;
border: 1px solid #e8e8e8;
.ant-tree.ant-tree-directory {
...
...
src/modules/teach-tool/examination-manager/AddExam.less
View file @
07276b70
.examPage{
padding-bottom: 50px;
.ant-alert-info{
background: rgba(255, 244, 221, 1);
border: none;
.box {
padding-bottom: 40px!important;
}
.ant-form-item{
&:last-child{
...
...
src/modules/teach-tool/examination-manager/AddExam.tsx
View file @
07276b70
...
...
@@ -9,6 +9,8 @@ import _ from 'underscore'
import
GraphicsEditor
from
'../../course-manage/components/GraphicsEditor'
;
import
SelectPaperModal
from
'./SelectPaperModal'
import
PreviewModal
from
'./PreviewModal'
import
ShowTips
from
"@/components/ShowTips"
;
import
'./AddExam.less'
;
const
{
RangePicker
}
=
DatePicker
;
...
...
@@ -230,8 +232,9 @@ function AddExam(props: any) {
<
Breadcrumbs
navList=
{
props
.
type
===
'edit'
?
"编辑考试"
:
"新建考试"
}
goBack=
{
handleGoBack
}
/>
<
div
className=
"box"
>
<
Alert
message=
"请遵守国家相关规定,切勿上传低俗色情、暴力恐怖、谣言诈骗、侵权盗版等相关内容,小麦企学院保有依据国家规定及平台规则进行处理的权利"
type=
"info"
showIcon
/>
<
div
className=
"form"
>
<
div
className=
"show-tips"
>
<
ShowTips
message=
"请遵守国家相关规定,切勿上传低俗色情、暴力恐怖、谣言诈骗、侵权盗版等相关内容,小麦企学院保有依据国家规定及平台规则进行处理的权利"
/>
</
div
>
<
div
className=
"form"
>
<
div
className=
"title"
>
基本信息
</
div
>
<
Form
labelCol=
{
{
span
:
3
}
}
...
...
src/modules/teach-tool/examination-manager/Index.tsx
View file @
07276b70
...
...
@@ -293,7 +293,7 @@ function ExaminationManager(props: any) {
<
div
style=
{
{
display
:
'flex'
}
}
>
<
div
className=
"search-condition"
>
<
div
className=
"search-condition__item"
>
<
span
className=
"search-name"
>
考试名称
:
</
span
>
<
span
className=
"search-name"
>
考试名称
:
</
span
>
<
Search
value=
{
query
.
examName
}
className=
'search-input'
...
...
@@ -321,7 +321,7 @@ function ExaminationManager(props: any) {
></
TeacherSelect
>
<
div
className=
"search-condition__item"
>
<
span
className=
"search-name"
>
考试时间
:
</
span
>
<
span
className=
"search-name"
>
考试时间
:
</
span
>
<
RangePicker
className=
'search-input'
value=
{
[
...
...
@@ -339,7 +339,7 @@ function ExaminationManager(props: any) {
</
div
>
{
!!
expandFilter
&&
<
div
className=
"search-condition__item"
>
<
span
className=
"search-name"
>
创建时间
:
</
span
>
<
span
className=
"search-name"
>
创建时间
:
</
span
>
<
RangePicker
className=
'search-input'
value=
{
[
...
...
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