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
bf25ea5d
Commit
bf25ea5d
authored
May 24, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:知识库样式优化
parent
82040c9c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
8 deletions
+39
-8
src/modules/course-manage/AddLive.less
+16
-0
src/modules/course-manage/DataList/DataList.less
+12
-0
src/modules/course-manage/video-course/components/VideoCourseList.jsx
+1
-1
src/modules/knowledge-base/components/Classification.less
+7
-4
src/modules/knowledge-base/components/KnowledgeBaseList.less
+1
-1
src/modules/plan-manage/components/PlanList.less
+2
-2
No files found.
src/modules/course-manage/AddLive.less
View file @
bf25ea5d
...
...
@@ -44,6 +44,22 @@
text-align: right;
}
}
.basic-info__wrap, .class-info__wrap, .intro-info__wrap {
.title {
position: relative;
padding-left: 14px;
&::before {
content: "";
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: 10px;
background: #2966FF;
}
}
}
}
.footer {
...
...
src/modules/course-manage/DataList/DataList.less
View file @
bf25ea5d
...
...
@@ -41,6 +41,18 @@
font-weight: 500;
color: #333333;
margin-bottom: 16px;
position: relative;
padding-left: 14px;
&::before {
content: "";
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: 10px;
background: #2966FF;
}
}
.select-course {
width: 300px;
...
...
src/modules/course-manage/video-course/components/VideoCourseList.jsx
View file @
bf25ea5d
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-05 10:12:45
* @LastEditors: wufan
* @LastEditTime: 2021-05-
14 18:09:27
* @LastEditTime: 2021-05-
24 16:13:01
* @Description: 视频课-列表模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
src/modules/knowledge-base/components/Classification.less
View file @
bf25ea5d
...
...
@@ -2,8 +2,8 @@
* @Description:
* @Author: zangsuyun
* @Date: 2021-03-19 18:16:58
* @LastEditors:
zangsuyu
n
* @LastEditTime: 2021-0
3-25 19:13:06
* @LastEditors:
wufa
n
* @LastEditTime: 2021-0
5-24 16:53:10
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -40,7 +40,7 @@
font-size: 14px;
font-weight: 400;
color: #666666;
width: 2
60
px;
width: 2
34
px;
.anticon {
color: #666666;
}
...
...
@@ -57,8 +57,11 @@
}
.ant-tree-treenode-selected:hover::before,
.ant-tree-treenode-selected::before {
background:
#fffbf1
;
background:
rgba(238, 243, 255, 1)
;
}
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
color: #2966FF!important;
}
}
}
src/modules/knowledge-base/components/KnowledgeBaseList.less
View file @
bf25ea5d
...
...
@@ -44,7 +44,7 @@
align-items: center;
flex-wrap: wrap;
.operate__item {
color: #
BFBFB
F;
color: #
2966F
F;
cursor: pointer;
&.split {
margin: 0 8px;
...
...
src/modules/plan-manage/components/PlanList.less
View file @
bf25ea5d
...
...
@@ -37,14 +37,14 @@
-webkit-box-orient: vertical;
}
.operate-text {
color: #
BFBFB
F;
color: #
2966F
F;
cursor: pointer;
}
.operate {
display: flex;
&__item {
color: #
BFBFB
F;
color: #
2966F
F;
cursor: pointer;
&.split {
...
...
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