/* 1118 add-app weight rule layout */
.el-dialog .el-row > [class*="el-col-"]:has(.el-form-item__content > .el-switch + .el-input-number) {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.el-dialog .el-form-item__content:has(> .el-switch + .el-input-number) {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  min-width: 0;
}

.el-dialog .el-form-item__content:has(> .el-switch + .el-input-number) > .el-switch {
  flex: 0 0 auto;
}

.el-dialog .el-form-item__content:has(> .el-switch + .el-input-number) > .el-input-number {
  flex: 0 0 120px !important;
  width: 120px !important;
  margin-left: 0 !important;
}
