@charset "UTF-8";
.box[data-v-c1163be8] {
  height: 100%;
  width: 100%;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.el-tabs[data-v-c1163be8] {
  box-sizing: border-box;
  background: #fff;
  padding: 20px !important;
  border: 1px solid #2e405e !important;
}
.table[data-v-c1163be8] {
  width: 100%;
  /*height: 78vh;*/
  color: #333;
}
.btn[data-v-c1163be8] {
  margin: 10px 0;
  /* height: 5vh; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.tab_top[data-v-c1163be8] {
  overflow: hidden;
  margin-bottom: 10px;
}
.tab_top h3[data-v-c1163be8] {
  float: left;
  line-height: 32px;
}
.tab_top .el-button[data-v-c1163be8] {
  float: right;
}
.table-top[data-v-c1163be8] {
  position: relative;
}
.table-top .title[data-v-c1163be8] {
  border-bottom: solid 1px #2e405e;
  line-height: 30px;
  margin-bottom: 10px;
}
.table-top[data-v-c1163be8] {
  /* 添加按钮 */
}
.table-top .add_btn[data-v-c1163be8] {
  position: absolute;
  top: 0;
  right: 0;
  color: #409eff !important;
}
@charset "UTF-8";
.custom_components .el-form-item__label {
  color: #fff;
}
.custom_components {
  /* .el-dialog__body {
      padding-bottom: 0px;
  } */
}
.custom_components .el-dialog .el-table__body .cell {
  height: 40px;
  line-height: 40px;
}
.custom_components .el-dialog .el-color-picker__trigger {
  border: none;
  padding: 0px;
}
.custom_components .el-dialog .el-color-picker__color {
  border: 1px solid #2e405e !important;
}
.custom_components .el-dialog .el-color-picker__empty {
  color: #fff;
}
.custom_components .el-dialog__footer {
  padding-top: 0px;
  text-align: center;
}
.custom_components .table .el-input__inner {
  /* background-color: transparent; */
  /* border: 1px solid #fff; */
  box-sizing: border-box;
  background: #0a1833 !important;
  border: 1px solid #2e405e !important;
  color: #fff;
  width: 99%;
}
.custom_components .el-dialog .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: rgba(14, 37, 84, 0.2) !important;
}

/* 编辑样式弹框 */
.dialog-style .el-dialog__body {
  /* height: 500px;
  overflow: hidden;
  overflow-y: auto; */
}
.dialog-style .el-input-number {
  width: 100%;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
