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
a07e4fb8
Commit
a07e4fb8
authored
May 30, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:知识库样式优化
parent
c84da39e
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
8 deletions
+16
-8
src/bu-components/ShareLiveModal.less
+1
-1
src/modules/college-manage/UserManagePage.tsx
+1
-1
src/modules/course-manage/modal/ShareLiveModal.less
+1
-1
src/modules/knowledge-base/components/Classification.jsx
+2
-1
src/modules/knowledge-base/modal/LiveList.less
+1
-1
src/modules/plan-manage/modal/SharePlanModal.less
+1
-1
src/modules/teach-tool/paper-manage/OperatePaper.jsx
+2
-2
src/modules/teach-tool/paper-manage/OperatePaper.less
+7
-0
No files found.
src/bu-components/ShareLiveModal.less
View file @
a07e4fb8
...
...
@@ -109,7 +109,7 @@
margin-top: 40px;
.content {
color: #
FF7519
;
color: #
2966FF
;
cursor: pointer;
}
}
...
...
src/modules/college-manage/UserManagePage.tsx
View file @
a07e4fb8
...
...
@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-11-30 10:47:38
* @LastEditors: wufan
* @LastEditTime: 2021-05-
13 17:45:53
* @LastEditTime: 2021-05-
30 15:57:40
* @Description: 学员管理页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
src/modules/course-manage/modal/ShareLiveModal.less
View file @
a07e4fb8
...
...
@@ -131,7 +131,7 @@
margin-bottom: 40px;
.content {
color:
rgba(82, 137, 250, 1)
;
color:
#2966FF
;
cursor: pointer;
}
}
...
...
src/modules/knowledge-base/components/Classification.jsx
View file @
a07e4fb8
...
...
@@ -3,7 +3,7 @@
* @Author: zangsuyun
* @Date: 2021-03-19 18:05:23
* @LastEditors: wufan
* @LastEditTime: 2021-05-30 1
0:23:08
* @LastEditTime: 2021-05-30 1
6:48:46
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -196,6 +196,7 @@ class Classification extends Component {
this
.
queryCategoryTree
(
value
);
}
}
enterButton=
{
<
span
className=
"icon iconfont"
>

</
span
>
}
style=
{
{
width
:
230
}
}
/>
<
div
className=
"sider-btn"
>
<
Button
...
...
src/modules/knowledge-base/modal/LiveList.less
View file @
a07e4fb8
...
...
@@ -133,7 +133,7 @@
flex:none !important
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
font-weight:
normal
;
font-weight:
500!important
;
border-bottom: 0px;
}
.ant-tabs-nav .ant-tabs-tab {
...
...
src/modules/plan-manage/modal/SharePlanModal.less
View file @
a07e4fb8
...
...
@@ -131,7 +131,7 @@
margin-bottom: 40px;
.content {
color:
rgba(82, 137, 250, 1)
;
color:
#2966FF
;
cursor: pointer;
}
}
...
...
src/modules/teach-tool/paper-manage/OperatePaper.jsx
View file @
a07e4fb8
...
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-03-27 16:15:13
* @LastEditors: wufan
* @LastEditTime: 2021-05-30 1
1:08:51
* @LastEditTime: 2021-05-30 1
6:26:25
* @Description: 助学工具-新建/复制/编辑试卷
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -708,7 +708,7 @@ class OperatePaper extends Component {
<
div
className=
"show-tips"
>
<
ShowTips
message=
"请遵守国家相关规定,切勿上传低俗色情、暴力恐怖、谣言诈骗、侵权盗版等相关内容,小麦企学院保有依据国家规定及平台规则进行处理的权利"
/>
</
div
>
<
Form
ref=
{
this
.
formRef
}
style=
{
{
marginTop
:
24
}
}
>
<
Form
ref=
{
this
.
formRef
}
style=
{
{
marginTop
:
24
,
marginBottom
:
'85px'
}
}
>
<
Form
.
Item
name=
"paperName"
label=
"试卷名称:"
...
...
src/modules/teach-tool/paper-manage/OperatePaper.less
View file @
a07e4fb8
...
...
@@ -59,6 +59,13 @@
margin-left: 10px;
}
}
.ant-table tbody tr {
&:last-child {
td {
border-bottom: none!important;
}
}
}
}
.aid-tool-list {
...
...
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