/deep/.nw-table .el-table__header thead tr th {
  background-color: #102652 !important;
  color: #7da3c6 !important;
}

/deep/.nw-table .el-table__body-wrapper {
  background-color: #182c52 !important;
}

/deep/.nw-table .one-row {
  background-color: #0c1459 !important;
}

/deep/.nw-table .two-row {
  background-color: #182c52 !important;
}

/**
改变边框颜色
 */
.nw-table {
  border-bottom: none;
  border-right: none;
  margin: 0 auto;
}

/deep/.nw-table th {
  border: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

/deep/.nw-table td {
  border: none;
  border-right: none !important;
  color: #9ab9d2 !important;
}

/deep/.nw-table tbody {
  border: none !important;
}

/deep/.nw-table .el-table__body-wrapper .el-table__body tr:hover > td {
  background-color: #102652 !important;
}

/deep/.nw-table .el-table__body tr.current-row > td.el-table__cell {
  background-color: #102652 !important;
}

/deep/.nw-table .el-table__body {
  border: none !important;
}

/deep/.nw-table tr {
  background-color: #000;
}

/deep/.nw-table td.el-table__cell,
/deep/.nw-table th.el-table__cell.is-leaf {
  border-bottom: none !important;
}

.nw-table ::v-deep .el-table__header thead tr th {
  background-color: rgb(0, 30, 65) !important;
}
.nw-table ::v-deep .two-row {
  background-color: rgb(0, 30, 65) !important;
}
.nw-table ::v-deep .one-row {
  background-color: rgba(1, 77, 148, 0.12) !important;
}
.nw-table::before {
  background-color: #182c52 !important;
}
.nw-table::after {
  background-color: transparent !important;
}
.nw-table {
  background-color: #182c52 !important;
  border: 1px solid rgb(11, 76, 140) !important;
}
.nw-table ::v-deep tr td:last-child {
  border-right: 1px solid rgb(11, 76, 140) !important;
}
.nw-table ::v-deep tr td {
  border: 1px solid rgb(11, 76, 140);
}

.nw-table ::v-deep tr th {
  border: 1px solid rgb(11, 76, 140) !important;
}
