Commit 3cc4c16a by zhangleyuan

feat:解决合并代码后的冲突

parents a9a8da8f ce17da58
......@@ -656,9 +656,8 @@ td.ant-table-column-sort {
background-color: #2966ff !important;
opacity: 0.8 !important;
}
&:focus,
&:active {
background-color: #5c8aff !important;
&:active{
background-color:#5C8AFF !important;
}
}
......
.employee-manage-page{
.box-header{
margin-bottom:4px;
}
.add-show-btn{
margin-top:12px;
}
}
\ No newline at end of file
......@@ -263,7 +263,7 @@ function EmployeeManage() {
}
return (
<div className=" page employee-manage-page">
<div className="page employee-manage-page">
<div className="content-header">员工管理</div>
<div className="box">
<div className="box-header">
......
......@@ -186,7 +186,7 @@
flex: 1;
-webkit-flex: 1;
justify-content: space-between;
margin-left: 54px;
margin-left: 62px;
.college-container {
position: relative;
width: 360px;
......
......@@ -13,10 +13,11 @@
background: @menu-bakg;
color: #333;
.menu-type-icon{
margin:4px 0 4px 156px;
margin:4px 0 4px 150px;
cursor: pointer;
.icon{
font-size:14px;
color:#5E606A;
}
}
.ant-menu {
......@@ -74,6 +75,7 @@
.ant-menu-item-selected{
background-color:@active-color;
color:#FFF;
border-radius:2px;
&:hover{
color:#FFF;
}
......@@ -99,10 +101,14 @@
}
}
.ant-menu-submenu-arrow{
right:22px;
color:#5E606A;
}
}
}
&.left-container-vertical {
width: 62px;
.menu-type-icon{
......@@ -126,15 +132,15 @@
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background:@active-color !important;
}
.ant-menu.ant-menu-dark, .ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub{
background: @menu-bakg !important;
}
.ant-menu-submenu-popup{
left:67px !important;
}
.ant-menu-submenu-popup>.ant-menu {
background: @menu-bakg !important;
color: #333;
padding-left: 15px;
width: 132px;
min-width: auto;
li {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment