style.less
293 Bytes
/* com-paraForm */
.com-paraForm {
.form-des {
width: 100%;
.ant-form-item-label {
vertical-align: top;
}
.ant-form-item-control-wrapper {
width: 70%;
.ant-form-item-control {
width: 100%;
}
}
}
.ant-form-inline .ant-form-item-with-help {
margin-bottom: 0;
}
}