@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.tableForm_box[data-v-4fe8c4d2] .el-table::before {
  display: none;
}
.tableForm_box[data-v-4fe8c4d2] th {
  font-size: 12px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #111111;
  height: 32px;
  padding: 0;
  background: #eff3ff;
  text-align: center !important;
}
.tableForm_box[data-v-4fe8c4d2] td {
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  height: 26px;
  padding: 0;
}
.tableForm_box[data-v-4fe8c4d2] .el-table--striped
.el-table__body
tr.el-table__row--striped
td.el-table__cell {
  background: rgba(239, 243, 255, 0.3);
}
.tableForm_box[data-v-4fe8c4d2] .el-table__body tr.current-row > td.el-table__cell,
.tableForm_box[data-v-4fe8c4d2] .el-table__body tr:hover > td.el-table__cell,
.tableForm_box[data-v-4fe8c4d2] .el-table__body tr.hover-row > td.el-table__cell,
.tableForm_box[data-v-4fe8c4d2] .el-table__body tr.hover-row.current-row > td.el-table__cell,
.tableForm_box[data-v-4fe8c4d2] .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
.tableForm_box[data-v-4fe8c4d2] .el-table__body tr.el-table__row--striped.current-row > td.el-table__cell,
.tableForm_box[data-v-4fe8c4d2] .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
  background-color: #ebebeb52 !important;
}
.tableForm_box[data-v-4fe8c4d2] .el-table td.el-table__cell,
.tableForm_box[data-v-4fe8c4d2] .el-table th.el-table__cell.is-leaf {
  border-bottom: none;
}
.tableForm_box[data-v-4fe8c4d2] .el-table__footer-wrapper td.el-table__cell {
  border-bottom: none;
  border-top: none;
  background: #eff3ff;
  height: 32px;
  color: #111111;
  font-weight: bold;
  white-space: nowrap;
}
.tableForm_box[data-v-4fe8c4d2] .el-table .cell {
  white-space: nowrap;
}
.tableForm_box .typeIsInput[data-v-4fe8c4d2] input.el-input__inner {
  height: 19px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  border-radius: unset;
}

