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
ef384df4
Commit
ef384df4
authored
May 27, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:调整UI样式
parent
98a76570
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
11 deletions
+8
-11
src/core/antd.less
+1
-0
src/modules/home/Home.less
+2
-3
src/modules/knowledge-base/components/Classification.less
+2
-5
src/modules/root/Header.less
+1
-1
src/modules/teach-tool/components/CourseCategoryManage.less
+1
-1
src/modules/teach-tool/components/CourseCategorySiderTree.less
+1
-1
No files found.
src/core/antd.less
View file @
ef384df4
...
...
@@ -794,3 +794,4 @@ td.ant-table-column-sort{
.ant-table-column-sorter-full{
margin-top:-0.32rem !important;
}
src/modules/home/Home.less
View file @
ef384df4
...
...
@@ -7,13 +7,12 @@
border-radius: 50% !important;
}
.home-title {
height: 44px;
line-height: 44px;
color: #333;
padding-left:28px;
font-size:16px;
font-weight:bold;
position: relative;
padding-top:16px;
&::before{
width:4px;
height:12px;
...
...
@@ -22,7 +21,7 @@
display:inline-block;
position: absolute;
left:16px;
top:
16
px;
top:
22
px;
}
}
@font-face {
...
...
src/modules/knowledge-base/components/Classification.less
View file @
ef384df4
...
...
@@ -2,8 +2,8 @@
* @Description:
* @Author: zangsuyun
* @Date: 2021-03-19 18:16:58
* @LastEditors:
wufan
* @LastEditTime: 2021-05-2
4 16:53:10
* @LastEditors:
Please set LastEditors
* @LastEditTime: 2021-05-2
7 15:15:18
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -60,8 +60,5 @@
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/root/Header.less
View file @
ef384df4
...
...
@@ -285,7 +285,7 @@
font-size: 14px;
color: #FFF;
line-height: 49px;
margin-left:
36
px;
margin-left:
8
px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
...
...
src/modules/teach-tool/components/CourseCategoryManage.less
View file @
ef384df4
...
...
@@ -50,7 +50,7 @@
}
.ant-tree-treenode-selected:hover::before,
.ant-tree-treenode-selected::before {
background:
#fffbf1
;
background:
rgba(238, 243, 255, 1)
;
}
}
}
...
...
src/modules/teach-tool/components/CourseCategorySiderTree.less
View file @
ef384df4
...
...
@@ -49,7 +49,7 @@
}
.ant-tree-treenode-selected:hover::before,
.ant-tree-treenode-selected::before {
background:
#fffbf1
;
background:
rgba(238, 243, 255, 1)
;
}
}
}
...
...
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