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
3cc4c16a
Commit
3cc4c16a
authored
May 30, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Plain Diff
feat:解决合并代码后的冲突
parents
a9a8da8f
ce17da58
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
10 deletions
+24
-10
src/core/antd.less
+2
-3
src/modules/college-manage/EmployeeManage.less
+9
-0
src/modules/college-manage/EmployeeManage.tsx
+1
-1
src/modules/root/Header.less
+1
-1
src/modules/root/Menu.less
+11
-5
No files found.
src/core/antd.less
View file @
3cc4c16a
...
@@ -656,9 +656,8 @@ td.ant-table-column-sort {
...
@@ -656,9 +656,8 @@ td.ant-table-column-sort {
background-color: #2966ff !important;
background-color: #2966ff !important;
opacity: 0.8 !important;
opacity: 0.8 !important;
}
}
&:focus,
&:active{
&:active {
background-color:#5C8AFF !important;
background-color: #5c8aff !important;
}
}
}
}
...
...
src/modules/college-manage/EmployeeManage.less
View file @
3cc4c16a
.employee-manage-page{
.box-header{
margin-bottom:4px;
}
.add-show-btn{
margin-top:12px;
}
}
\ No newline at end of file
src/modules/college-manage/EmployeeManage.tsx
View file @
3cc4c16a
...
@@ -263,7 +263,7 @@ function EmployeeManage() {
...
@@ -263,7 +263,7 @@ function EmployeeManage() {
}
}
return
(
return
(
<
div
className=
"
page employee-manage-page"
>
<
div
className=
"page employee-manage-page"
>
<
div
className=
"content-header"
>
员工管理
</
div
>
<
div
className=
"content-header"
>
员工管理
</
div
>
<
div
className=
"box"
>
<
div
className=
"box"
>
<
div
className=
"box-header"
>
<
div
className=
"box-header"
>
...
...
src/modules/root/Header.less
View file @
3cc4c16a
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
flex: 1;
flex: 1;
-webkit-flex: 1;
-webkit-flex: 1;
justify-content: space-between;
justify-content: space-between;
margin-left:
54
px;
margin-left:
62
px;
.college-container {
.college-container {
position: relative;
position: relative;
width: 360px;
width: 360px;
...
...
src/modules/root/Menu.less
View file @
3cc4c16a
...
@@ -13,10 +13,11 @@
...
@@ -13,10 +13,11 @@
background: @menu-bakg;
background: @menu-bakg;
color: #333;
color: #333;
.menu-type-icon{
.menu-type-icon{
margin:4px 0 4px 15
6
px;
margin:4px 0 4px 15
0
px;
cursor: pointer;
cursor: pointer;
.icon{
.icon{
font-size:14px;
font-size:14px;
color:#5E606A;
}
}
}
}
.ant-menu {
.ant-menu {
...
@@ -74,6 +75,7 @@
...
@@ -74,6 +75,7 @@
.ant-menu-item-selected{
.ant-menu-item-selected{
background-color:@active-color;
background-color:@active-color;
color:#FFF;
color:#FFF;
border-radius:2px;
&:hover{
&:hover{
color:#FFF;
color:#FFF;
}
}
...
@@ -99,8 +101,12 @@
...
@@ -99,8 +101,12 @@
}
}
}
}
.ant-menu-submenu-arrow{
right:22px;
color:#5E606A;
}
}
}
}
}
&.left-container-vertical {
&.left-container-vertical {
...
@@ -126,15 +132,15 @@
...
@@ -126,15 +132,15 @@
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background:@active-color !important;
background:@active-color !important;
}
}
.ant-menu.ant-menu-dark, .ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub{
.ant-menu.ant-menu-dark, .ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub{
background: @menu-bakg !important;
background: @menu-bakg !important;
}
}
.ant-menu-submenu-popup{
left:67px !important;
}
.ant-menu-submenu-popup>.ant-menu {
.ant-menu-submenu-popup>.ant-menu {
background: @menu-bakg !important;
background: @menu-bakg !important;
color: #333;
color: #333;
padding-left: 15px;
width: 132px;
width: 132px;
min-width: auto;
min-width: auto;
li {
li {
...
...
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