@charset "UTF-8";
.order_table tbody td {
  cursor: pointer;
}
.order_table tbody .operation_column {
  cursor: default;
}
.el-tabs--border-card > .el-tabs__content {
  padding: 0;
  display: none;
}
.el-tabs--border-card {
  border: none;
}
.el-dropdown-link {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #003e67;
}
.el-icon-arrow-down {
  font-size: 12px;
}
.el-button,
.el-button + .el-button {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item,
.el-table thead {
  font-size: 14px;
  font-weight: bolder;
  color: rgb(49, 48, 48);
  background: rgb(248, 248, 249);
  font-family: PingFangSC-Medium, "PingFang SC";
}
.red-dot {
  position: relative;
  padding-right: 12px; /* 给红点留出一些空间 */
}
.red-dot::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}
.order_table {
  height: 100%;
}
#content_card {
  height: calc(100% - 40px) !important;
  overflow: auto;
}
