salary-management-front/pc4mobx/hrmSalary/pages/reportView/components/index.less

205 lines
3.6 KiB
Plaintext

.rangSettingWrapper {
.wea-search-group {
.wea-error, .wea-select, .ant-select, .ant-select-selection {
width: 100%;
}
}
.ant-modal-content {
.wea-browser-single-icon-circle {
display: none;
}
.wea-new-top-req-main {
border-radius: 10px;
background: transparent;
}
.wea-new-top-req, .wea-new-top-req-title > div:last-child {
background: transparent;
}
.wea-new-top-req-title {
& > div:first-child {
width: 216px !important;
& > div:first-child {
max-width: 415px !important;
}
}
}
.ant-col-22, .text-elli {
padding-left: 0 !important;
}
}
.rangSettingItemTitle {
display: flex;
align-items: center;
& > span {
margin-right: 8px;
}
}
.extraCol {
display: flex;
align-items: center;
}
}
.pivot-wrapper {
.wea-dialog-body {
height: 80vh !important;
padding: 16px;
.wea-new-scroll {
height: 100% !important;
}
}
.ant-spin-nested-loading, .ant-spin-container {
height: 100%;
}
.header-custom {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
}
.shareDialogWrapper {
.wea-dialog-body {
background: #f6f6f6;
overflow-y: hidden;
}
.wea-search-group {
border: 1px solid #e5e5e5;
border-bottom: none;
background: #FFF;
}
.wea-search-group, .wea-content, .wea-form-cell {
padding: 0;
}
.wea-form-item {
padding: 8px 16px;
border-bottom: 1px solid #e5e5e5;
}
.wea-select, .ant-select, .ant-select-selection {
width: 100%;
}
.wea-select .wea-select-input .arrow {
position: absolute;
right: 4px;
top: 8px;
color: #666;
}
.wea-select .wdb {
word-break: break-all !important;
word-wrap: break-word !important;
white-space: nowrap !important;
}
.wea-select .wea-select-input {
height: 30px;
white-space: nowrap;
min-width: 100px;
max-width: 345px;
width: 100%;
display: inline-block;
padding: 4px 17px 4px 4px;
position: relative;
min-height: 30px;
border: 1px solid #d9d9d9;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
.shareLogGroupWrapper {
margin-top: 16px;
.logtitleHeader {
display: flex;
align-items: center;
justify-content: space-between;
.right {
display: flex;
align-items: center;
}
}
}
}
.shareRecordWrapper {
z-index: 111;
.wea-slide-modal-title {
height: auto !important;
line-height: normal !important;
}
.titleDialog {
display: flex;
padding: 10px 16px 10px 0;
position: relative;
background-color: #FFF;
border-bottom: 1px solid #e5e5e5;
.titleCol {
flex: 1;
.titleLeftBox {
display: flex;
height: 100%;
align-items: center;
padding-left: 16px;
.titleIcon {
color: #fff;
margin: 0;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
background: #F14A2D;
border-radius: 50%;
}
.title {
font-size: 14px;
color: #333;
padding-left: 6px;
}
}
}
}
.ant-table-tbody {
& > tr {
& > td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}