.main-search-edit-list {
|
min-height: 50px;
|
position: relative;
|
background: #ffffff;
|
padding-bottom: 15px;
|
|
.ant-form-item-control {
|
line-height: 1.5;
|
}
|
>.ant-switch {
|
position: absolute;
|
z-index: 3;
|
right: 10px;
|
bottom: 5px;
|
}
|
>.anticon-tool {
|
position: absolute;
|
z-index: 3;
|
font-size: 16px;
|
right: 1px;
|
top: 1px;
|
cursor: pointer;
|
padding: 5px;
|
background: rgba(255, 255, 255, 0.55);
|
}
|
> .ant-row {
|
min-height: 65px;
|
> .ant-col {
|
padding: 0 12px!important;
|
}
|
}
|
>.ant-row:not(.ant-form-item) {
|
> .ant-col {
|
display: inline-block;
|
float: none;
|
vertical-align: top;
|
}
|
}
|
.ant-row.ant-form-item .ant-col {
|
padding: 0;
|
}
|
.page-card {
|
position: relative;
|
border-radius: 2px;
|
padding-bottom: 15px;
|
.ant-form-item {
|
position: relative;
|
margin-bottom: 0px;
|
.ant-form-item-control-wrapper {
|
.ant-select {
|
width: 100%;
|
margin-top: 4px;
|
}
|
.ant-calendar-picker {
|
margin-top: 4px;
|
}
|
.data-range .ant-calendar-picker-input {
|
padding: 4px 20px 4px 5px;
|
font-size: 13px;
|
}
|
}
|
}
|
.ant-form-item::after {
|
display: block;
|
content: ' ';
|
clear: both;
|
}
|
>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%;
|
}
|
}
|
.ant-calendar-picker {
|
min-width: 100px!important;
|
width: 100%;
|
}
|
.check-card-edit-box {
|
margin-top: 5px!important;
|
}
|
.mob-list-item {
|
text-align: right;
|
line-height: 40px;
|
white-space: nowrap;
|
padding-right: 5px;
|
i {
|
margin-left: 5px;
|
}
|
}
|
.quickly-add {
|
position: absolute;
|
z-index: 3;
|
right: 55px;
|
bottom: 3px;
|
.ant-btn-block {
|
background-color: transparent;
|
color: #1890ff;
|
border: none;
|
box-shadow: none!important;
|
height: 18px;
|
padding: 0 10px;
|
}
|
}
|
}
|
.main-search-edit-list:not(.right) {
|
.pre-action {
|
display: none!important;
|
}
|
}
|
.main-search-edit-list.right {
|
.next-action {
|
display: none!important;
|
}
|
>.ant-row {
|
>.ant-col {
|
float: right;
|
}
|
}
|
}
|
.main-search-edit-list.false {
|
>.ant-row {
|
>.ant-col.action {
|
display: none;
|
}
|
}
|
}
|
.main-search-edit-list::after {
|
display: block;
|
content: ' ';
|
clear: both;
|
}
|
.main-search-edit-list:hover {
|
z-index: 1;
|
box-shadow: 0px 0px 4px #1890ff;
|
}
|