.ant-advanced-search-form.main-form-field {
|
position: relative;
|
padding: 0px 24px 20px;
|
>.ant-row >.ant-col {
|
display: inline-block;
|
float: none;
|
vertical-align: top;
|
}
|
.ant-form-item-label .anticon-question-circle {
|
color: #c49f47;
|
margin-right: 3px;
|
}
|
.ant-checkbox-group {
|
line-height: unset;
|
.ant-checkbox-wrapper {
|
margin-right: 8px;
|
}
|
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
margin-left: 0;
|
}
|
}
|
.ant-form-item {
|
display: flex;
|
}
|
.ant-form-item.checkcard {
|
margin-bottom: 10px;
|
.ant-form-item-control {
|
line-height: 1.5;
|
}
|
}
|
.ant-form-item.hint {
|
margin-bottom: 0px;
|
.message {
|
margin-top: 9px;
|
line-height: 1.5;
|
color: rgba(0, 0, 0, 0.85);
|
}
|
}
|
.ant-form-item-control-wrapper {
|
flex: 1;
|
}
|
.ant-form-item-label {
|
overflow: hidden;
|
display: inline-block;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
>.ant-row.cols2 .ant-col-24 {
|
.ant-form-item {
|
.ant-form-item-label {
|
width: 16%;
|
}
|
}
|
}
|
>.ant-row.cols3 .ant-col-24 {
|
.ant-form-item {
|
.ant-form-item-label {
|
width: 10.5%;
|
}
|
}
|
}
|
>.ant-row.cols4 .ant-col-24 {
|
.ant-form-item {
|
.ant-form-item-label {
|
width: 7.5%;
|
}
|
}
|
}
|
.ant-input-number {
|
width: 100%;
|
}
|
.ant-form-explain {
|
overflow:hidden;
|
text-overflow:ellipsis;
|
white-space:nowrap;
|
}
|
p {
|
color: #1890ff;
|
border-bottom: 1px solid #d9d9d9;
|
}
|
.ant-input-disabled {
|
color: rgba(0, 0, 0, 0.65)!important;
|
cursor: default!important;
|
}
|
.ant-input-number-input {
|
color: rgba(0, 0, 0, 0.65)!important;
|
cursor: default!important;
|
}
|
.ant-select-disabled {
|
color: rgba(0, 0, 0, 0.65)!important;
|
.ant-select-selection--multiple .ant-select-selection__choice {
|
color: rgba(0, 0, 0, 0.65)!important;
|
}
|
}
|
}
|