[data-type="parent-product"] {
  width: 100%;
  margin-bottom: 30px;
}
tr:nth-child(odd) {
  background: #c8c8c8;
}
tr:nth-child(even) {
  background: #fff;
}
[data-type="parent-product"] .odd {
  background: #f9f9f9;
}
[data-type="parent-product"] .even {
  background: #fff;
}
tr,
td {
  line-height: 2;
  text-align: center;
  /*  会影响到 其他后端表格 */
  text-align: left;
}
table tr td:nth-child(1),
table tr td:nth-child(2),
table tr td:nth-child(3) {
  width: 30%;
}
table tr td:nth-child(1),
table tr td:nth-child(2) {
  width: 5%;
}
