salary-management-front/pc4mobx/hrmSalary/pages/taxAgent/index.less

159 lines
2.6 KiB
Plaintext

.taxWithholdingAgentWrapper {
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;
margin-right: 10px;
}
//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 {
.wea-search-tab {
span:first-child {
& > .ant-btn {
margin-left: 10px;
border-radius: 3px;
background: #55a1f8;
border: none;
font-size: 14px;
line-height: 20px;
padding: 1px 4px;
}
}
}
.operateBtn {
display: flex;
align-items: center;
//.addOrDelBtn{
.ant-btn.ant-btn-primary[disabled] {
color: #d8d8d8;
}
.ant-btn.ant-btn-primary {
color: #55a1f8;
}
//}
}
}
}
.taxagentModalWrapper {
.topMenuWrapper {
height: 47px;
line-height: 47px;
padding: 0 10px;
display: flex;
justify-content: space-between;
.topMenuTabWrapper {
display: flex;
align-items: center;
.menuTabItem {
height: 24px;
padding: 0 16px;
border-radius: 3px;
margin-right: 6px;
display: flex;
align-items: center;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex: 1 1 auto;
line-height: normal;
}
.menuTabItem:hover {
color: #5d9cec;
background: #e9f7ff;
}
.active {
color: #5d9cec;
background: #e9f7ff;
}
}
}
}