.print-setting-contrl {
|
position: relative;
|
padding: 0px 0px 20px;
|
.ant-form-item {
|
display: flex;
|
}
|
.ant-form-item-control-wrapper {
|
flex: 1;
|
}
|
.ant-form-item-label {
|
overflow: hidden;
|
display: inline-block;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
// .textarea-row {
|
// .ant-col-sm-3 {
|
// width: 10.5%;
|
// }
|
// .ant-col-sm-21 {
|
// width: 89.5%;
|
// }
|
// }
|
.mk-source-wrap {
|
>.ant-radio-group {
|
>.ant-radio-button-wrapper:last-child {
|
display: none;
|
}
|
>.ant-radio-button-wrapper:not(:first-child) {
|
border-radius: 0 4px 4px 0;
|
}
|
}
|
}
|
.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;
|
}
|
}
|
}
|