102 lines
1.5 KiB
Plaintext
102 lines
1.5 KiB
Plaintext
.mySalaryBenefitsWrapper {
|
|
height: 100%;
|
|
|
|
.wea-new-top-wapper {
|
|
height: 100%;
|
|
}
|
|
|
|
.mySalaryTableWrapper {
|
|
.wea-search-group {
|
|
padding: 0;
|
|
|
|
.wea-content {
|
|
padding-left: 16px;
|
|
|
|
.ant-switch {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
|
|
.titleWrapper {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
i {
|
|
color: #2db7f5;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ant-table-row:hover {
|
|
a.ant-dropdown-link {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.operationWapper,
|
|
.employeeRangeWapper {
|
|
a {
|
|
color: #4d7ad8;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.ant-dropdown-link {
|
|
margin-left: 18px;
|
|
// display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.logViewModal {
|
|
.searchBar {
|
|
display: flex;
|
|
}
|
|
|
|
.searchBarLabel {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.searchBarItem {
|
|
position: relative;
|
|
width: 200px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.searchDateRange {
|
|
width: 300px;
|
|
}
|
|
|
|
.searchBtn {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
}
|
|
}
|
|
|
|
.slideWrapper{
|
|
.slideRefereUser{
|
|
.ant-btn{
|
|
margin-left: 10px;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
}
|
|
.ant-btn.ant-btn-primary[disabled]{
|
|
color: #d8d8d8;
|
|
}
|
|
.ant-btn.ant-btn-primary{
|
|
color: #55a1f8;
|
|
}
|
|
}
|
|
}
|