.model-table-search-list {
|
padding: 1px 24px 20px;
|
min-height: 87px;
|
position: relative;
|
border-bottom: 1px solid #d9d9d9;
|
|
.anticon-question-circle {
|
color: #c49f47;
|
position: relative;
|
left: -15px;
|
top: 5px;
|
}
|
>.ant-switch {
|
position: absolute;
|
z-index: 1;
|
right: 20px;
|
bottom: 5px;
|
}
|
> .ant-row {
|
min-height: 65px;
|
}
|
.ant-row .ant-col-6 {
|
padding: 0 12px!important;
|
}
|
.ant-row.ant-form-item .ant-col {
|
padding: 0;
|
}
|
.page-card {
|
position: relative;
|
background: #ffffff;
|
border-radius: 2px;
|
padding-bottom: 15px;
|
height: 55px;
|
.ant-form-item {
|
margin-bottom: 0px;
|
.ant-form-item-control-wrapper {
|
.ant-select {
|
width: 100%;
|
margin-top: 4px;
|
.ant-select-selection {
|
height: 32px;
|
}
|
}
|
.ant-calendar-picker {
|
margin-top: 4px;
|
}
|
.data-range .ant-calendar-picker-input {
|
padding: 4px 20px 4px 5px;
|
font-size: 13px;
|
}
|
}
|
}
|
>div::after {
|
display: block;
|
content: ' ';
|
position: absolute;
|
cursor: move;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
opacity: 0;
|
z-index: 2;
|
}
|
}
|
.page-card.false {
|
.ant-form-item-label {
|
display: none;
|
}
|
.ant-form-item-control-wrapper {
|
width: 100%;
|
}
|
}
|
.page-card.checkcard {
|
.ant-form-item-control-wrapper {
|
.ant-form-item-control {
|
line-height: 1;
|
}
|
}
|
}
|
.ant-calendar-picker {
|
min-width: 100px!important;
|
width: 100%;
|
}
|
.check-card-edit-box {
|
margin-top: 5px!important;
|
}
|
}
|