80 lines
1.4 KiB
Plaintext
80 lines
1.4 KiB
Plaintext
.modalWrapper {
|
|
.wea-select, .ant-select-selection, .ant-select {
|
|
width: 100%;
|
|
}
|
|
|
|
.wea-date-picker {
|
|
width: 100%;
|
|
}
|
|
|
|
.wea-select {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
|
|
.ant-select-selection {
|
|
height: 30px;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
.attendanceSlideWrapper {
|
|
.wea-slide-modal-content {
|
|
height: 100%;
|
|
}
|
|
|
|
.wea-slide-modal-title {
|
|
height: initial;
|
|
line-height: initial;
|
|
text-align: left;
|
|
|
|
.wea-new-top > div:last-child {
|
|
padding-right: 50px !important;
|
|
}
|
|
}
|
|
|
|
.rodal-close {
|
|
z-index: 99;
|
|
top: 10px !important;
|
|
}
|
|
|
|
.attendance-slide-body {
|
|
background: #f6f6f6;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
padding: 16px;
|
|
|
|
.attendance-tb-tip {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 4px 0;
|
|
min-height: 32px;
|
|
line-height: 18px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.ant-spin-nested-loading, .ant-spin-container {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
@media (min-width: 1260px) {
|
|
.attendanceSlideWrapper {
|
|
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
|
|
max-width: 100% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 1060px) and (max-width: 1260px) {
|
|
.attendanceSlideWrapper {
|
|
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
|
|
max-width: calc(100% - 96px) !important;
|
|
}
|
|
}
|
|
}
|