
/* 底部按钮 */
.btn-container[data-v-25f3dc62] {
    position: fixed;
    bottom: 10px;
    left: 52%;
    transform: translateX(-50%);
    z-index: 1000;
}
/* Grid 容器样式 */
.grid-container[data-v-25f3dc62] {
    box-sizing: border-box;
    border: solid 1px #2e405e;
    border-radius: 5px;
    background-color: #071530 !important;
    display: grid;
    /* margin: 15px; */
    color: #fff;
    /* width: 100%; */
    /* min-height: 100%; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* 设置列宽3列布局，可根据数据动态修改 */
    /* grid-template-rows: repeat(2, 1fr); */
    /* 设置行高2行布局，可根据数据动态修改 */
    /* padding: 10px; */
    /* 定义自动生成行的默认高度 */
    grid-auto-rows: 40px;
    /* 网格项间距 */
    -moz-column-gap: 10px;
         column-gap: 10px;

    margin: 0 auto;
    margin-bottom: 60px;

    /* grid-auto-rows: min-content; 
    align-items: start; */
}

/* 网格项通用样式 */
.grid-item[data-v-25f3dc62] {
    /* overflow: hidden; */
    /* overflow-y: auto; */
    /* overflow-x: auto; */
    color: #fff;
    /* margin-bottom: 1px; */
    padding: 5px;
    box-sizing: border-box;
    /* border: 1px solid #12214b; */
}
.page_title[data-v-25f3dc62] {
    text-align: center;
}

@charset "UTF-8";
.report .el-dialog__footer {
  padding-top: 0px;
  text-align: center;
}
.report .el-form-item__label,
.report .el-radio,
.report .el-textarea__inner {
  color: #fff;
}
.report .el-textarea__inner {
  background-color: transparent;
  border: 1px solid #2e405e;
}

/* 滚动条样式 */
@charset "UTF-8";
/* 表格默认样式 */
.confirm-history .el-table::before {
  display: none;
}
.confirm-history .el-table {
  background-color: transparent !important;
}
.confirm-history .el-table thead {
  background-color: rgba(20, 35, 78, 0.8) !important;
}
.confirm-history .el-table .el-table__body tr:hover > td.el-table__cell {
  background-color: rgba(55, 145, 255, 0.2) !important;
}
.confirm-history .el-table .el-table__cell,
.confirm-history .el-table .el-table th.el-table__cell.is-leaf {
  border-bottom: none !important;
}
.confirm-history .el-table .el-table__body tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.2) !important;
}
.confirm-history .el-table .el-table__body tbody tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.1) !important;
}
.confirm-history .el-table tr,
.confirm-history .el-table th.el-table__cell {
  background-color: transparent !important;
  color: #fff !important;
}
.confirm-history .el-table .has-gutter tr .el-table__cell {
  background-color: transparent !important;
}
