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
0fa73601
Commit
0fa73601
authored
May 24, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:创建页面底部样式统一调整样式
parent
289c30a9
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
52 additions
and
38 deletions
+52
-38
src/modules/course-manage/AddLive.jsx
+1
-1
src/modules/course-manage/AddLive.less
+4
-3
src/modules/course-manage/graphics-course/AddGraphicsCourse.jsx
+3
-3
src/modules/course-manage/graphics-course/AddGraphicsCourse.less
+4
-3
src/modules/course-manage/video-course/AddVideoCourse.jsx
+3
-3
src/modules/course-manage/video-course/AddVideoCourse.less
+4
-3
src/modules/plan-manage/AddPlan.jsx
+3
-3
src/modules/plan-manage/AddPlan.less
+4
-3
src/modules/root/Main.less
+4
-0
src/modules/root/Menu.less
+3
-0
src/modules/teach-tool/examination-manager/AddExam.less
+4
-3
src/modules/teach-tool/examination-manager/AddExam.tsx
+1
-1
src/modules/teach-tool/paper-manage/OperatePaper.jsx
+3
-3
src/modules/teach-tool/paper-manage/OperatePaper.less
+4
-3
src/modules/teach-tool/question-manage/OperateQuestion.jsx
+3
-3
src/modules/teach-tool/question-manage/OperateQuestion.less
+4
-3
No files found.
src/modules/course-manage/AddLive.jsx
View file @
0fa73601
...
@@ -578,7 +578,7 @@ handleChangeBasicInfo = (field, value) => {
...
@@ -578,7 +578,7 @@ handleChangeBasicInfo = (field, value) => {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className=
"footer"
>
<
div
className=
"footer
shrink-footer
"
>
<
Button
onClick=
{
this
.
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
this
.
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
this
.
handleShowPreviewModal
}
>
预览
</
Button
>
<
Button
onClick=
{
this
.
handleShowPreviewModal
}
>
预览
</
Button
>
<
Button
type=
"primary"
onClick=
{
_
.
debounce
(()
=>
this
.
handleSubmit
(),
3000
,
true
)
}
>
保存
</
Button
>
<
Button
type=
"primary"
onClick=
{
_
.
debounce
(()
=>
this
.
handleSubmit
(),
3000
,
true
)
}
>
保存
</
Button
>
...
...
src/modules/course-manage/AddLive.less
View file @
0fa73601
.add-live-page {
.add-live-page {
position:relative !important;
position:relative !important;
.box {
.box {
margin-bottom:
66
px !important;
margin-bottom:
52
px !important;
}
}
.add-live-page__form {
.add-live-page__form {
margin-top: 16px;
margin-top: 16px;
...
@@ -48,13 +48,14 @@
...
@@ -48,13 +48,14 @@
.footer {
.footer {
position: fixed;
position: fixed;
left: 196px;
bottom: 0;
bottom: 0;
height: 58px;
height: 58px;
width:
100%
;
width:
~'calc(100% - 217px)'
;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
padding-right:
25
2px;
padding-right:
7
2px;
background: #fff;
background: #fff;
border-top: 1px solid #E8E8E8;
border-top: 1px solid #E8E8E8;
z-index: 9999;
z-index: 9999;
...
...
src/modules/course-manage/graphics-course/AddGraphicsCourse.jsx
View file @
0fa73601
/*
/*
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-05 10:07:47
* @Date: 2020-08-05 10:07:47
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2021-05-
10 10:15:31
* @LastEditTime: 2021-05-
24 11:32:02
* @Description: 图文课新增/编辑页
* @Description: 图文课新增/编辑页
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -599,7 +599,7 @@ class AddGraphicsCourse extends React.Component {
...
@@ -599,7 +599,7 @@ class AddGraphicsCourse extends React.Component {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className=
"footer"
>
<
div
className=
"footer
shrink-footer
"
>
<
Button
onClick=
{
this
.
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
this
.
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
this
.
handleShowPreviewModal
}
>
预览
</
Button
>
<
Button
onClick=
{
this
.
handleShowPreviewModal
}
>
预览
</
Button
>
<
Button
type=
"primary"
onClick=
{
_
.
debounce
(()
=>
this
.
handleSubmit
(),
3000
,
true
)
}
>
保存
</
Button
>
<
Button
type=
"primary"
onClick=
{
_
.
debounce
(()
=>
this
.
handleSubmit
(),
3000
,
true
)
}
>
保存
</
Button
>
...
...
src/modules/course-manage/graphics-course/AddGraphicsCourse.less
View file @
0fa73601
.add-video-course-page {
.add-video-course-page {
position:relative !important;
position:relative !important;
.box{
.box{
margin-bottom:
66
px !important;
margin-bottom:
52
px !important;
}
}
.ant-radio-group {
.ant-radio-group {
display: flex;
display: flex;
...
@@ -129,13 +129,14 @@
...
@@ -129,13 +129,14 @@
.footer {
.footer {
position: fixed;
position: fixed;
left: 196px;
bottom: 0;
bottom: 0;
height: 58px;
height: 58px;
width:
100%
;
width:
~'calc(100% - 217px)'
;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
padding-right:
25
2px;
padding-right:
7
2px;
background: #fff;
background: #fff;
border-top: 1px solid #E8E8E8;
border-top: 1px solid #E8E8E8;
z-index: 999;
z-index: 999;
...
...
src/modules/course-manage/video-course/AddVideoCourse.jsx
View file @
0fa73601
/*
/*
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-05 10:07:47
* @Date: 2020-08-05 10:07:47
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2021-05-
10 10:15:46
* @LastEditTime: 2021-05-
24 11:32:20
* @Description: 视频课新增/编辑页
* @Description: 视频课新增/编辑页
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -650,7 +650,7 @@ class AddVideoCourse extends React.Component {
...
@@ -650,7 +650,7 @@ class AddVideoCourse extends React.Component {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className=
"footer"
>
<
div
className=
"footer
shrink-footer
"
>
<
Button
onClick=
{
this
.
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
this
.
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
this
.
handleShowPreviewModal
}
>
预览
</
Button
>
<
Button
onClick=
{
this
.
handleShowPreviewModal
}
>
预览
</
Button
>
<
Button
type=
"primary"
onClick=
{
_
.
debounce
(()
=>
this
.
handleSubmit
(),
3000
,
true
)
}
>
保存
</
Button
>
<
Button
type=
"primary"
onClick=
{
_
.
debounce
(()
=>
this
.
handleSubmit
(),
3000
,
true
)
}
>
保存
</
Button
>
...
...
src/modules/course-manage/video-course/AddVideoCourse.less
View file @
0fa73601
.add-video-course-page {
.add-video-course-page {
position:relative !important;
position:relative !important;
.box{
.box{
margin-bottom:
66
px !important;
margin-bottom:
52
px !important;
}
}
.ant-radio-group {
.ant-radio-group {
display: flex;
display: flex;
...
@@ -129,13 +129,14 @@
...
@@ -129,13 +129,14 @@
.footer {
.footer {
position: fixed;
position: fixed;
left: 196px;
bottom: 0;
bottom: 0;
height: 58px;
height: 58px;
width:
100%
;
width:
~'calc(100% - 217px)'
;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
padding-right:
25
2px;
padding-right:
7
2px;
background: #fff;
background: #fff;
border-top: 1px solid #E8E8E8;
border-top: 1px solid #E8E8E8;
z-index: 999;
z-index: 999;
...
...
src/modules/plan-manage/AddPlan.jsx
View file @
0fa73601
/*
/*
* @Author: zhangleyuan
* @Author: zhangleyuan
* @Date: 2021-02-20 16:13:39
* @Date: 2021-02-20 16:13:39
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2021-05-
10 10:15:58
* @LastEditTime: 2021-05-
24 11:32:32
* @Description: 描述一下
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -287,7 +287,7 @@ function AddPlan() {
...
@@ -287,7 +287,7 @@ function AddPlan() {
}
}
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className=
"footer"
>
<
div
className=
"footer
shrink-footer
"
>
<
Button
onClick=
{
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
handleGoBack
}
>
取消
</
Button
>
<
Button
type=
"primary"
onClick=
{
submitInfo
}
disabled=
{
submitDisabled
}
>
保存
</
Button
>
<
Button
type=
"primary"
onClick=
{
submitInfo
}
disabled=
{
submitDisabled
}
>
保存
</
Button
>
</
div
>
</
div
>
...
...
src/modules/plan-manage/AddPlan.less
View file @
0fa73601
.add-plan-page {
.add-plan-page {
position:relative !important;
position:relative !important;
.box {
.box {
margin-bottom:
66
px !important;
margin-bottom:
52
px !important;
.add-plan-page__form {
.add-plan-page__form {
margin-top: 16px;
margin-top: 16px;
.title {
.title {
...
@@ -18,13 +18,14 @@
...
@@ -18,13 +18,14 @@
}
}
.footer {
.footer {
position: fixed;
position: fixed;
left: 196px;
bottom: 0;
bottom: 0;
height: 58px;
height: 58px;
width:
100%
;
width:
~'calc(100% - 217px)'
;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
padding-right:
25
2px;
padding-right:
7
2px;
background: #fff;
background: #fff;
border-top: 1px solid #E8E8E8;
border-top: 1px solid #E8E8E8;
z-index: 9999;
z-index: 9999;
...
...
src/modules/root/Main.less
View file @
0fa73601
...
@@ -18,6 +18,10 @@
...
@@ -18,6 +18,10 @@
&.right-container-vertical{
&.right-container-vertical{
left:@xm-left-min-width;
left:@xm-left-min-width;
.page{
.page{
.footer {
left: 80px;
width: calc(100% - 102px);
}
.page{
.page{
left: @xm-left-min-width;
left: @xm-left-min-width;
}
}
...
...
src/modules/root/Menu.less
View file @
0fa73601
...
@@ -82,6 +82,9 @@
...
@@ -82,6 +82,9 @@
}
}
}
}
}
}
.shink-footer {
left: 74px;
}
}
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
background:@menu-bakg !important;
background:@menu-bakg !important;
...
...
src/modules/teach-tool/examination-manager/AddExam.less
View file @
0fa73601
.examPage{
.examPage{
padding-bottom:
62
px;
padding-bottom:
50
px;
.ant-alert-info{
.ant-alert-info{
background: rgba(255, 244, 221, 1);
background: rgba(255, 244, 221, 1);
border: none;
border: none;
...
@@ -66,13 +66,14 @@
...
@@ -66,13 +66,14 @@
}
}
.footer {
.footer {
position: fixed;
position: fixed;
left: 196px;
bottom: 0;
bottom: 0;
height: 58px;
height: 58px;
width:
100%
;
width:
~'calc(100% - 217px)'
;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
padding-right:
25
2px;
padding-right:
7
2px;
background: #fff;
background: #fff;
border-top: 1px solid #E8E8E8;
border-top: 1px solid #E8E8E8;
z-index: 9999;
z-index: 9999;
...
...
src/modules/teach-tool/examination-manager/AddExam.tsx
View file @
0fa73601
...
@@ -418,7 +418,7 @@ function AddExam(props: any) {
...
@@ -418,7 +418,7 @@ function AddExam(props: any) {
setPaperInfo
(
info
)
setPaperInfo
(
info
)
}
}
paperInfo=
{
paperInfo
}
close=
{
()
=>
{
setShowModal
(
false
)
}
}
></
SelectPaperModal
>
}
}
paperInfo=
{
paperInfo
}
close=
{
()
=>
{
setShowModal
(
false
)
}
}
></
SelectPaperModal
>
}
}
<
div
className=
"footer"
>
<
div
className=
"footer
shrink-footer
"
>
<
Button
onClick=
{
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
()
=>
{
setPreview
(
true
)
}
}
>
预览
</
Button
>
<
Button
onClick=
{
()
=>
{
setPreview
(
true
)
}
}
>
预览
</
Button
>
<
Button
type=
"primary"
onClick=
{
handleSave
}
>
保存
</
Button
>
<
Button
type=
"primary"
onClick=
{
handleSave
}
>
保存
</
Button
>
...
...
src/modules/teach-tool/paper-manage/OperatePaper.jsx
View file @
0fa73601
/*
/*
* @Author: yuananting
* @Author: yuananting
* @Date: 2021-03-27 16:15:13
* @Date: 2021-03-27 16:15:13
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2021-05-
10 10:16:31
* @LastEditTime: 2021-05-
24 11:33:04
* @Description: 助学工具-新建/复制/编辑试卷
* @Description: 助学工具-新建/复制/编辑试卷
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -802,7 +802,7 @@ class OperatePaper extends Component {
...
@@ -802,7 +802,7 @@ class OperatePaper extends Component {
</
ConfigProvider
>
</
ConfigProvider
>
</
Form
>
</
Form
>
</
div
>
</
div
>
<
div
className=
"footer"
>
<
div
className=
"footer
shrink-footer
"
>
<
Button
onClick=
{
this
.
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
this
.
handleGoBack
}
>
取消
</
Button
>
<
Button
onClick=
{
this
.
previewPaper
}
>
预览
</
Button
>
<
Button
onClick=
{
this
.
previewPaper
}
>
预览
</
Button
>
<
Button
type=
"primary"
onClick=
{
this
.
savePaper
}
>
<
Button
type=
"primary"
onClick=
{
this
.
savePaper
}
>
...
...
src/modules/teach-tool/paper-manage/OperatePaper.less
View file @
0fa73601
.operate-paper-page {
.operate-paper-page {
.box {
.box {
margin-bottom:
66
px !important;
margin-bottom:
52
px !important;
.table-style {
.table-style {
border: 1px solid #f0f0f0 !important;
border: 1px solid #f0f0f0 !important;
}
}
...
@@ -44,13 +44,14 @@
...
@@ -44,13 +44,14 @@
.footer {
.footer {
position: fixed;
position: fixed;
left: 196px;
bottom: 0;
bottom: 0;
height: 58px;
height: 58px;
width:
100%
;
width:
~'calc(100% - 217px)'
;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
padding-right:
25
2px;
padding-right:
7
2px;
background: #fff;
background: #fff;
border-top: 1px solid #e8e8e8;
border-top: 1px solid #e8e8e8;
z-index: 999;
z-index: 999;
...
...
src/modules/teach-tool/question-manage/OperateQuestion.jsx
View file @
0fa73601
/*
/*
* @Author: yuananting
* @Author: yuananting
* @Date: 2021-02-25 13:46:35
* @Date: 2021-02-25 13:46:35
* @LastEditors:
yuananting
* @LastEditors:
wufan
* @LastEditTime: 2021-05-
10 20:33:16
* @LastEditTime: 2021-05-
24 11:32:47
* @Description: 助学工具-题库-新建/编辑题目
* @Description: 助学工具-题库-新建/编辑题目
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -472,7 +472,7 @@ class OperateQuestion extends Component {
...
@@ -472,7 +472,7 @@ class OperateQuestion extends Component {
</
TabPane
>
</
TabPane
>
</
Tabs
>
</
Tabs
>
</
div
>
</
div
>
<
div
className=
"footer"
>
<
div
className=
"footer
shrink-footer
"
>
<
Button
<
Button
onClick=
{
()
=>
{
onClick=
{
()
=>
{
this
.
handleGoBack
();
this
.
handleGoBack
();
...
...
src/modules/teach-tool/question-manage/OperateQuestion.less
View file @
0fa73601
.operate-question-page {
.operate-question-page {
.box {
.box {
margin-bottom:
66
px !important;
margin-bottom:
52
px !important;
.ant-tabs {
.ant-tabs {
color: #666666;
color: #666666;
}
}
...
@@ -8,13 +8,14 @@
...
@@ -8,13 +8,14 @@
.footer {
.footer {
position: fixed;
position: fixed;
left: 196px;
bottom: 0;
bottom: 0;
height: 58px;
height: 58px;
width:
100%
;
width:
~'calc(100% - 217px)'
;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
padding-right:
25
2px;
padding-right:
7
2px;
background: #fff;
background: #fff;
border-top: 1px solid #e8e8e8;
border-top: 1px solid #e8e8e8;
z-index: 999;
z-index: 999;
...
...
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