.check-component[data-v-1ca8907a] {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.title[data-v-1ca8907a] {
  border-bottom: solid 1px #2e405e;
  line-height: 40px;
  margin-bottom: 15px;
}
.check_daily_details_top_right[data-v-1ca8907a] {
  display: inline-block;
  width: 51%;
  float: right;
  overflow-y: auto;
}
.check_daily_details_top_right .check_daily_details_top_right_sli[data-v-1ca8907a] {
  display: inline-block;
  text-align: center;
  width: 20%;
  max-width: 150px;
  border: #2e405e 1px solid;
  box-sizing: border-box;
  border-top: none;
  vertical-align: middle;
  margin-left: -1px;
  background-color: #071530;
}
.check_daily_details_top_right .check_daily_details_top_right_sli p[data-v-1ca8907a] {
  padding: 10px 0;
  /* height: 20px; */
  border-bottom: solid 1px #2e405e;
  margin-bottom: -1px;
}
.check_daily_details_top_right .check_daily_details_top_right_sli .img_box[data-v-1ca8907a] {
  /* height: 70px;
  line-height: 50px;
  padding: 10px 0; */
}
.check_daily_details_top_right .check_daily_details_top_right_sli img[data-v-1ca8907a] {
  width: 50px;
  height: 50px;
}
@charset "UTF-8";
.table_component[data-v-038512bd] {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.table_title[data-v-038512bd] {
  border-bottom: solid 1px #2e405e;
  line-height: 40px;
  margin-bottom: 15px;
}
.table-top[data-v-038512bd] {
  position: relative;
}
.table-top .btn-group[data-v-038512bd] {
  position: absolute;
  top: 0;
  right: 0;
}
.table-top[data-v-038512bd] {
  /* 添加按钮 */
}
.table-top .add_btn[data-v-038512bd],
.table-top .export_btn[data-v-038512bd] {
  /* margin-top: 5px; */
  display: inline-block;
}
.table-top .export_btn[data-v-038512bd] {
  margin-left: 15px;
}
.right_table[data-v-038512bd] {
  position: relative;
  margin-top: 8px;
  /* width: 100%; */
  padding: 13px 13px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  background-color: #081a3f;
  border-radius: 5px;
  border: 1px solid #2e405e;
}
.angle-border[data-v-038512bd] {
  position: absolute;
  width: 12px;
  height: 12px;
}
.left-top-border[data-v-038512bd] {
  top: 0;
  left: 0;
  border-left: 1px solid #2e68c8;
  border-top: 1px solid #2e68c8;
  border-top-left-radius: 5px;
}
.right-top-border[data-v-038512bd] {
  border-top-right-radius: 5px;
  top: 0;
  right: 0px;
  border-right: 1px solid #2e68c8;
  border-top: 1px solid #2e68c8;
}
.left-bottom-border[data-v-038512bd] {
  border-bottom-left-radius: 5px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #2e68c8;
  border-left: 1px solid #2e68c8;
}
.right-bottom-border[data-v-038512bd] {
  border-bottom-right-radius: 5px;
  bottom: 0;
  right: 0px;
  border-right: 1px solid #2e68c8;
  border-bottom: 1px solid #2e68c8;
}
.table_box[data-v-038512bd] {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.table_box.hover-enabled[data-v-038512bd]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.table_box.hover-enabled[data-v-038512bd]:hover {
  position: relative;
}
.table_box.hover-enabled[data-v-038512bd]:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 45, 69, 0.9);
  z-index: 1;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
}
.table_box.hover-enabled:hover > div[data-v-038512bd] {
  position: relative;
  z-index: 2;
}
.vertical-more-icon[data-v-038512bd] {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #409EFF;
  /* 将更多图标旋转为竖向 */
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
  font-size: 24px;
}
.table_box.hover-enabled:hover .vertical-more-icon[data-v-038512bd] {
  /* 鼠标悬停时显示...图标 */
  opacity: 1;
}
.table_box.hover-enabled:hover .vertical-more-icon[data-v-038512bd] {
  box-shadow: 0 0 20px rgba(64, 158, 255, 0.5);
}
.vertical-more-icon[data-v-038512bd]:hover {
  color: #66b1ff;
}
@charset "UTF-8";
/* 表格默认样式 */
.table_component .el-table::before {
  display: none;
}
.table_component .el-table {
  background-color: transparent !important;
}
.table_component .el-table thead {
  background-color: rgba(20, 35, 78, 0.8) !important;
}
.table_component .el-table .el-table__body tr:hover > td.el-table__cell {
  background-color: rgba(55, 145, 255, 0.2) !important;
}
.table_component .el-table .el-table__cell,
.table_component .el-table .el-table th.el-table__cell.is-leaf {
  border-bottom: none !important;
}
.table_component .el-table .el-table__body tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.2) !important;
}
.table_component .el-table .el-table__body tbody tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.1) !important;
}
.table_component .el-table tr,
.table_component .el-table th.el-table__cell {
  background-color: transparent !important;
  color: #fff !important;
}
.table_component .el-table .has-gutter tr .el-table__cell {
  background-color: transparent !important;
}
.el-table--border .el-table__cell {
  border-right: 1px solid #2e405e;
  border-bottom: 1px solid #2e405e;
}
.el-table--border {
  border-top: none;
  border-left: none;
}
.table_component .el-input__inner {
  box-sizing: border-box;
  /* background-color: transparent; */
  /* border: 1px solid #fff; */
  background: #0a1833 !important;
  border: 1px solid #2e405e !important;
  color: #fff;
  width: 99%;
}
.table_component .vue-treeselect__multi-value {
  height: 40px;
  overflow: hidden;
  overflow-y: scroll;
}
.table_component .vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 0px;
}
