#custum_table {
  padding: 3px;
}
#custum_table .el-table__cell {
  padding: 3px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#custum_table .el-table__cell .cell {
  padding: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#custum_table .el-table__cell .cell .custum_table_item_content {
  padding: 3px;
  min-height: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#custum_table .el-table__cell .cell .danger {
  background-color: #F56C6C;
}
#custum_table .el-table__cell .cell .danger .el-input__inner::-webkit-input-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-input__inner::-moz-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-input__inner::-ms-input-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-input__inner::placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-textarea__inner::-webkit-input-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-textarea__inner::-moz-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-textarea__inner::-ms-input-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-textarea__inner::placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .warning {
  background-color: #E6A23C;
}

