151 lines
2.4 KiB
Plaintext
151 lines
2.4 KiB
Plaintext
.normalWapper {
|
|
.topContent {
|
|
padding: 8px 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.month {
|
|
margin-right: 26px;
|
|
|
|
span:first-child {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
i {
|
|
color: #666;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.tabOption {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 8px 20px;
|
|
justify-content: flex-end;
|
|
|
|
i, button {
|
|
cursor: pointer;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.anticon-search {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.wea-input-focus-btn {
|
|
margin-right: 0px;
|
|
}
|
|
}
|
|
|
|
.tdEllipsis {
|
|
display: inline-block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
//退差;补差
|
|
.regressionWrapper, .differenceWrapper {
|
|
height: calc(100vh - 47px);
|
|
overflow: auto;
|
|
|
|
.tdEllipsis {
|
|
display: inline-block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.optWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
i {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.wea-new-top-wapper .wea-new-top {
|
|
background: #FFF;
|
|
|
|
.wea-new-top-title {
|
|
font-size: 12px;
|
|
|
|
& > span:first-child {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wea-new-top {
|
|
.ant-btn {
|
|
border-radius: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
font-size: 18px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.ant-btn.ant-btn-primary[disabled] {
|
|
color: #d8d8d8;
|
|
background: transparent;
|
|
}
|
|
|
|
.ant-btn.ant-btn-primary {
|
|
color: #2db7f5;
|
|
}
|
|
}
|
|
}
|
|
|
|
//退差人员选择框
|
|
.regSelectWrapper {
|
|
}
|
|
|
|
//调差抽屉
|
|
.adjustmentWrapper {
|
|
.wea-slide-modal-title {
|
|
height: initial;
|
|
line-height: initial;
|
|
text-align: left;
|
|
}
|
|
|
|
.rodal-close {
|
|
z-index: 99;
|
|
top: 10px !important;
|
|
}
|
|
|
|
.wea-table-edit table {
|
|
table-layout: fixed;
|
|
|
|
.text-elli {
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.rodal-dialog > div:nth-child(2) {
|
|
padding-bottom: 72px !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1260px) {
|
|
.adjustmentWrapper {
|
|
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
|
|
max-width: 100% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 1060px) and (max-width: 1260px) {
|
|
.adjustmentWrapper {
|
|
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
|
|
max-width: calc(100% - 96px) !important;
|
|
}
|
|
}
|
|
}
|