.tool-body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.tool-body .tool-card {
    display: flex;
    flex-direction: column;
    height: auto;
}
.tool-body .tool-card-param-wrapper,
.tool-body .tool-card-upload-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.rc4-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.rc4-card-header .ange-form-label-vertical {
    margin-bottom: 0;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .tool-body .tool-card-upload-wrapper,
    .tool-body .tool-card-param-wrapper {
        flex: none;
    }
    .handle-btn .ange-button {
        margin-bottom: 8px;
    }
}
