.vol-tabs .el-tabs__active-bar {
  height: 1.5px !important;
}

.vol-tabs .el-tabs__nav-wrap:after {
  background-color: #e5e5e5 !important;
  height: 1px !important;
}

.vol-tabs .el-tabs__header {
  margin: 0 0 4px 0 !important;
}

.alert-primary {
  background: #f8faff !important;
  border: 1.5px solid #d7dffd !important;
  color: #2f54eb !important;
  padding-left: 12px !important;
}

.el-dropdown,
.el-dropdown .el-dropdown-link:hover {
  outline: none !important;
}

.vol-dashboard-fitler .el-dialog {
  padding: 16px !important;
}

.el-table__body tr:has(.el-table-column--selection .is-checked) td.el-table__cell,
.el-table__row.current-row td.el-table__cell {
  background-color: #e0e8ff !important
}

.el-dialog[custom-class="dashboard-filter"] {
  padding: 16px !important;
}

.vol-drop-button .el-dropdown-menu__item {
  font-size: 13px !important;
  padding: 4px 14px !important;
}

/* 进度条颜色 */
#nprogress .bar {
  background: #0691ff !important;
  height: 1.5px !important;
}

/* 进度条阴影 */
#nprogress .peg {
  box-shadow: 0 0 10px #409eff, 0 0 5px #409eff !important;
}

/* ===== index.html 全局基础样式 ===== */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.el-loading {
  z-index: 999999;
}

.el-table th {
  display: table-cell !important;
}

.el-loading .el-loading-spinner {
  padding: 7px;
  background: #ececec;
  width: 200px;
  color: red;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

.v-dialog {
  border-radius: 5px;
  top: 50%;
}

.v-dialog .el-dialog__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0px 13px;
  line-height: 53px;
  border-bottom: 1px solid #e2e2e2;
  height: 50px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  background-image: linear-gradient(135deg, #0cd7bd 10%, #50c3f7);
  margin-right: 0;
}

.v-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 3px;
  right: 0px;
}

.v-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  font-size: 19px;
  color: white;
}

.v-dialog .el-dialog__body {
  padding: 0;
}

.el-message {
  z-index: 3500 !important;
}

.v-date-range .el-input__inner {
  padding: 0 15px 0 8px;
}

.v-date-range .el-input__suffix .el-input__icon {
  display: table-caption;
  background: white;
  margin: 1px;
  height: auto;
  margin-right: -4px;
  height: 33px;
  width: 19px;
  font-size: 13px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.v-date-range .el-icon-circle-check {
  display: none !important;
}

.el-button {
  font-size: 12px !important;
}

.el-button--small {
  padding: 15px 15px !important;
}