.ir-module-params > table {
    margin-left: 0.125rem;
    width: calc(100% - 0.125rem);
}
.ir-module-params > table > tbody > tr > td:nth-child(1) {
    min-width: 6.5rem;
    width: 6.5rem;
}
.ir-module-params > table > tbody > tr > td:nth-child(2) {
    min-width: 5rem;
}
.ir-module-params > table > tbody > tr > td:nth-child(3) {
    width: 15.15rem;
}
.ir-module-params > table > tbody > tr:nth-child(1) > td:nth-child(2) > .ir-combobox,
.ir-module-params > table > tbody > tr:nth-child(1) > td:nth-child(2) > select {
    margin-top: 0;
    width: calc(100% - 0.05rem);
}
.ir-module-params > table > tbody > tr:nth-child(1) {
    height: 1.875rem;
}
.ir-module-params > table > tbody > tr:nth-child(1) > td:nth-child(1),
.ir-module-params > table > tbody > tr:nth-child(2) > td:nth-child(1) {
    text-align: right;
}
.ir-module-params > table > tbody > tr:nth-child(1) > td:nth-child(2) > div {
    margin-top: 0.125rem;
}
.ir-module-params > table > tbody > tr:nth-child(2) > td:nth-child(2) > textarea {
    width: calc(100% - 0.425rem);
    height: 3.625rem;
    /* min-width: 25.1875rem; */
}
.ir-module-params > table > tbody > tr:nth-child(3) > td:nth-child(1) > input {
    margin-top: 0.625rem;
}
.ir-module-params > table > tbody > tr:nth-child(4) > td:nth-child(1) > textarea {
    width: calc(100% - 0.5rem);
}
.ir-module-params .ir-items-list {
    width: calc(100% - 0.25rem);
    height: 5.6rem;
    min-width: 10.25rem;
}
.ir-module-params .ir-items-list >div:nth-child(2) > label {
    margin-left: 0.3125rem;
}
.ir-file-manager {
    margin-left: 0.3125rem;
    margin-right: 0.25rem;
}