.colColor_1 {
  background: #ffe0c0 !important;
}
.colColor_2 {
  background: #c0ffc0 !important;
}
.colColor_3 {
  background: #c0c0ff !important;
}
.colColor_4 {
  background: #3cb371 !important;
}
.colColor_5 {
  background: #c0ffff !important;
}
.colColor_unset {
  background: #f5f5f5 !important;
}
.admin_designer .el-table--enable-row-hover,
.admin_designer .el-table__body tr:hover > td.el-table__cell {
  background: unset;
}

.admin_designer .el-table__body tr.current-row > td.el-table__cell {
  background: #0078d7 !important;
  color: #fff;
}

.admin_designer .el-table td.el-table__cell,
.admin_designer .el-table th.el-table__cell.is-leaf {
  border-color: #aaa;
}
