index.less
657 Bytes
.qx-name-description-modal {
.qx-data-flow-input--clear {
.fr-item-wrapper .fr-item-status-error input[class~='ant-input'],
.fr-item-wrapper .fr-item-status-error textarea[class~='ant-input'] {
&:hover,
&:focus {
border: none !important; // 由于该样式使用了!important,所以覆盖还是使用!important
box-shadow: none !important;
}
}
.fr-item-wrapper textarea[class~='ant-input'] + span.ant-input-clear-icon {
top: unset;
bottom: 8px;
}
}
.ant-modal-body {
.fr-container .field-block,
.fr-container .error-message {
min-height: 24px !important;
}
}
}