/* ========== 数据表格样式 start ========== */
.table_base.table_base {
  /* 数据库表格边框颜色 */
  --table_border: #ebeef5;
  /* 数据库表格背景颜色 */
  --table_bg: #f5f7fa;
  --table_selectedBg: #e6f7ff;
  /* 数据库表格顶部背景颜色 */
  --table_headBg: #f0f2f5;
  --table_headBg2: #fafafa;
  --table_tdBg: #fbfbfb;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.table_base.table_base.pdtb16 {
  padding: 16px 0;
}

.table_base.table_base.pdtbr16 {
  padding: 16px 16px 16px 0;
}

.table_base.table_base > .ant-table-wrapper {
  overflow: hidden;
  padding: 0 16px;
  flex: 1;
  height: 0;
}

.table_base.table_base.pd0 .ant-form,
.table_base.table_base.pd0 > .ant-table-wrapper {
  padding: 0 !important;
}

.table_base > .ant-table-wrapper > .ant-spin-nested-loading,
.table_base > .ant-spin-nested-loading {
  height: 100%;
}

.table_base > .ant-table-wrapper > .ant-spin-nested-loading > .ant-spin-container,
.table_base > .ant-spin-nested-loading > .ant-spin-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.table_base .ant-table {
  flex: 1;
  height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.table_base .ant-table > .ant-table-container {
  flex: 1;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.table_base .ant-table.ant-table-bordered > .ant-table-container {
  border: 1px solid var(--table_border);
}

.table_base .ant-table > .ant-table-container > .ant-table-content {
  height: 100%;
}

.table_base .ant-table-container > .ant-table-content > table {
  height: 100%;
  overflow: hidden;
}

.table_base .ant-table > .ant-table-container > .ant-table-body {
  flex: 1;
  max-height: unset !important;
  overflow: hidden !important;
  overflow: scroll !important;
  height: 0 !important;
  min-height: 0 !important;
}

.table_base .ant-table.ant-table-bordered .ant-table-tbody > tr > td:last-child,
.table_base .ant-table.ant-table-bordered .ant-table-thead > tr > th:last-child {
  border-right: none;
}

.table_base .ant-table.ant-table-bordered .ant-table-thead > tr > th[rowspan] {
  border-right: 1px solid var(--table_border);
}

.table_base .ant-table.ant-table-bordered .ant-table-thead > tr > th[rowspan]:last-child {
  border-left: 1px solid var(--table_border);
}

.table_base .ant-table.ant-table-bordered .ant-table-thead > tr > th[rowspan] ~ th:nth-last-child(2) {
  border-right: none;
}

.table_base .ant-table-empty .ant-table-body > table {
  height: 100%;
}

.table_base .ant-table-tbody > tr.ant-table-row-selected > td {
  background: var(--table_selectedBg) !important;
}

/* 顶部 start */
.table_base .ant-table > .ant-table-title,
.table_base .ant-table.ant-table-bordered > .ant-table-title {
  border-bottom: none;
  padding: 0 !important;
}

.table_base .jeecg-basic-table-header__table-title-box {
  margin-bottom: 12px;
}

/* .table_base .ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-title {
    background: var(--table_headBg);
    padding: 12px !important;
    border: 1px solid var(--table_border) !important;
} */
.table_base .ant-alert-info {
  margin-bottom: 16px !important;
}

/* 顶部 end */
/* 标题 start */
.table_base .ant-table .ant-table-thead > tr > th {
  background: var(--table_bg);
  text-align: center !important;
}

.table_base.headBg2 .ant-table .ant-table-thead > tr > th {
  background: var(--table_headBg2);
}

.table_base.bgBai .ant-table .ant-table-thead > tr > th {
  background: #fff;
}

.table_base.table_tips .jeecg-basic-table-header__table-title-box {
  border: 1px solid #99d2ff;
  background: #ebf6ff;
  padding: 15px 10px;
  margin-bottom: 5px;
}

.table_base.table_tips .jeecg-basic-title {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
  cursor: auto;
  letter-spacing: 2px;
}

/* 标题 end */
/* 底部 start */
.table_base .ant-table.ant-table-bordered > .ant-table-footer {
  background: var(--table_bg);
  border: 1px solid var(--table_border);
  border-top: none;
}

.table_base.bgBai .ant-table.ant-table-bordered > .ant-table-footer {
  background: #fff;
}

/* 底部 end */
/* 总结栏 start */
.table_base .ant-table-cell {
  text-align: center;
}

/* 总结栏 end */
/* 分页 start */
.table_base .ant-pagination.ant-table-pagination {
  margin: 0;
  padding: 10px;
  text-align: right;
  background: var(--table_bg);
  display: block;
}

.table_base.bgBai .ant-pagination.ant-table-pagination {
  background: #fff;
}

.table_base .ant-table.ant-table-bordered + .ant-pagination.ant-table-pagination {
  border: 1px solid var(--table_border);
  border-top: none;
}

.table_base .ant-table-pagination.ant-pagination .ant-pagination-total-text {
  float: left;
  height: 32px;
  line-height: 32px;
}

.table_base .ant-table-pagination.ant-pagination .ant-pagination-prev,
.table_base .ant-table-pagination.ant-pagination .ant-pagination-next,
.table_base .ant-table-pagination.ant-pagination .ant-pagination-item {
  /* width: 32px;
    border-radius: 50%; */
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
}

.table_base .ant-table-pagination.ant-pagination .ant-pagination-item-active {
  border-color: transparent;
}

.table_base .ant-pagination.mini .ant-pagination-options-quick-jumper input,
.table_base
  .ant-pagination.mini
  .ant-pagination-options-quick-jumper，
  .table_base
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input)
  .ant-select-selector::after,
.table_base .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.table_base .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.table_base .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input,
.table_base .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  min-width: 60px;
  height: 32px;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* 分页 end */
/* 操作按钮 start */
.table_base .table-settings {
  margin-right: 0;
  display: inline-flex;
  align-items: center;
}

.table_base .ant-table-title .ant-divider-vertical {
  margin-left: 0;
  display: none;
}

.table_base .table-settings > span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  margin-right: 8px;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table_base .table-settings > span:last-child {
  margin-right: 0;
}

.table_base .table-settings span svg {
  width: 1em;
  height: 1em;
}

.table_action .ant-btn-link.ant-btn-sm {
  padding: 0;
}

.table_base .jeecg-basic-table-header__tableTitle .jeecg-basic-title {
  padding-left: 0;
}

.table_base .jeecg-basic-table-header__tableTitle .ant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table_base .jeecg-basic-table-header__tableTitle .ant-btn.ant-btn-primary {
  border-color: transparent;
}

.table_base .jeecg-basic-table-header__tableTitle .ant-btn .zhxyFont {
  margin-right: 6px;
}

.table_base .jeecg-basic-table-header__tableTitle > * {
  margin-right: 8px;
}

.table_base .jeecg-basic-table-header__toolbar {
  width: auto;
}

.table_base .jeecg-basic-table-header__toolbar > * {
  margin-right: 0;
  margin-left: 8px;
}

.table_base .jeecg-basic-table-header__toolbar > span {
  margin-left: 0;
}

.table_base .layout-v {
  flex-direction: column;
}

.table_base .layout-v .action-divider {
  display: none;
}

/* 操作按钮 end */
/* 气泡卡片 start */
.popover_base .ant-checkbox-group {
  width: 600px;
}

.popover_table .ant-popover-inner-content {
  padding: 0;
}

.popover_table .ant-checkbox-group {
  max-width: 250px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 12px 16px;
}

.popover_table .ant-checkbox-wrapper {
  width: 100%;
}

.popover_form .ant-form {
  display: grid;
  grid-gap: 15px;
}

.popover_form .ant-form .ant-form-item {
  margin-bottom: 0;
}

.popover_form .ant-popover-inner-content {
  width: 600px;
  padding: 0;
}

.popover_form .ant-popover-title {
  font-size: 16px;
  padding: 10px 16px;
}

.popover_form .ant-popover-inner-content .popover_body {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 12px 16px;
}

.popover_form .ant-popover-inner-content .popover_footer {
  padding: 12px 16px;
  border-top: 1px solid #f0f0f0;
}

/* 气泡卡片 end */
/* 表单 start */
.table_base.mgt16 .ant-form {
  margin-top: 16px;
}

.table_base .ant-form {
  margin-bottom: 0 !important;
  padding: 0 16px 0 !important;
}

.table_base .ant-form > .ant-row {
  display: flex;
  max-height: unset !important;
}

.table_base .ant-form > .ant-row > .ant-col {
  width: auto !important;
  max-width: 100% !important;
  flex: unset !important;
}
.table_base.formWidth .ant-form .ant-select {
  width: 150px !important;
}
.table_base .ant-form .ant-form-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px !important;
}

.table_base .ant-form .ant-form-item > .ant-form-item-label {
  flex: unset !important;
  width: auto !important;
  max-width: unset !important;
}

.table_base .ant-form .ant-form-item > .ant-form-item-control {
  flex: 1;
  min-width: 150px;
}

.table_base.formWidth_150 .ant-form .ant-form-item > .ant-form-item-control .ant-select {
  width: 150px !important;
}

.table_base .ant-form .ant-form-item .ant-picker {
  width: 100%;
}

.table_base .ant-form-item-control-input-content .ant-btn {
  margin-right: 10px;
}

.table_base .jeecg-basic-table-header__tableTitle .ant-form .ant-form-item > .ant-form-item-control {
  max-width: 100% !important;
  margin-right: 10px;
}

.table_base .jeecg-basic-table-header__tableTitle .ant-form {
  padding: 0 !important;
}

.table_base .jeecg-basic-table-header__tableTitle .ant-form > .ant-row > .ant-col:last-child .ant-form-item-control-input-content {
  display: flex;
}

.table_base .jeecg-basic-table-header__tableTitle .ant-form .ant-form-item {
  margin-bottom: 0 !important;
}

.table_base.tableForm_style1 .ant-form > .ant-row > .ant-col:last-child {
  flex: 1 !important;
  padding-left: 10px;
  right: 0 !important;
}

.table_base.tableForm_style1 .ant-form > .ant-row > .ant-col:last-child .ant-form-item-control-input-content {
  flex: unset;
}

.table_base.tableForm_style1 .ant-form .ant-form-item > .ant-form-item-control {
  max-width: 80%;
}

/* 表单 end */
.bodyCell_item {
  height: 45px;
  display: flex;
  align-items: center;
}

.bodyCell_item + .bodyCell_item {
  border-top: 1px solid #f0f0f0;
}

.bodyCell_color {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.tableCell_table .ant-table-cell {
  padding: 0 !important;
}

.tableCell_flex {
  display: flex;
  text-align: center;
}

.tableCell_flex2 {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
}

.tableCell_btnBox {
  display: flex;
  text-align: center;
  flex-direction: column;
}

.tableCell_btnBox .ant-btn {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0;
}

.tableCell_btnBox .del.ant-btn {
  color: #f00;
}

.tableCell_searchBox,
.tableCell_btnBox2 {
  position: relative;
}

.tableCell_search,
.tableCell_dropdown {
  position: absolute !important;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.tableCell_search {
  width: 200px !important;
}

.tableCell_searchBox .tableCell_search,
.tableCell_btnBox,
.tableCell_btnBox2 .tableCell_dropdown {
  opacity: 0;
  visibility: hidden;
}

.tableCell_searchBox:hover .tableCell_search,
.tableCell_con3:hover .tableCell_btnBox,
.tableCell_con2:hover .tableCell_btnBox,
.tableCell_btnBox2:hover .tableCell_dropdown {
  opacity: 1;
  visibility: visible;
}

.tableCell_menu .ant-dropdown-menu-item,
.tableCell_menu .ant-dropdown-menu-submenu-title {
  padding: 0;
}

.tableCell_btnBox .ant-btn:hover {
  opacity: 0.8;
}

.tableCell_flex1 {
  flex: 1;
}

.tableCell_flex1 + .tableCell_flex1 {
  border-left: 1px solid #f0f0f0;
}

.tableCell_box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f0f0f0;
  padding: 6px 15px;
  min-width: 80px;
  white-space: normal;
}

.tableCell_box1 + .tableCell_box1 {
  border-right: 0;
}

.tableCell_box1 + .tableCell_box1 + .tableCell_flex1 {
  border-left: 1px solid #f0f0f0;
}

.tableCell_box2 {
  display: flex;
  text-align: center;
}

.tableCell_box2 + .tableCell_box2 {
  border-top: 1px solid #f0f0f0;
}

.tableCell_con1,
.tableCell_con3,
.tableCell_con2 {
  flex: 1;
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  justify-content: center;
  white-space: normal;
}

.tableCell_tableCon .tableCell_con1,
.tableCell_tableCon .tableCell_con3,
.tableCell_tableCon .tableCell_con2 {
  min-width: 186px;
}

.tableCell_con1 {
  border-bottom: 1px solid #f0f0f0;
}

.tableCell_con2 + .tableCell_flex1,
.tableCell_con2 + .tableCell_con2 {
  border-left: 1px solid #f0f0f0;
}

.tableCell_con2 + .tableCell_flex1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tableCell_con3 + .tableCell_con3 {
  border-top: 1px solid #f0f0f0;
}

.tableCell_start {
  justify-content: flex-start;
}

.tableCell_start .ant-input-number {
  margin: 0 10px;
}

.tableCell_end {
  justify-content: flex-end;
}

.tableCell_between {
  justify-content: space-between;
}

.tableCell_end .ant-input-number {
  margin: 0 10px;
}

.table_base .ant-table-thead .tableCell_con3,
.table_base .ant-table-thead .tableCell_con2 {
  min-height: 36px;
}

.table_base .ant-pagination .ant-pagination-item {
  border: 1px solid #d9d9d9 !important;
  background-color: #fff !important;
}

/* 图片查看 */
.table_base .jeecg-basic-table-img .ant-image img {
  margin: 8px 0;
}
/* 图片上传 */
.table_base .jeecg-editable-cell .ant-upload-list-picture-card .ant-upload-list-item-info::before {
  left: 0;
}

.table_base .jeecg-editable-cell .ant-upload-list-picture-card-container,
.table_base .jeecg-editable-cell .ant-upload.ant-upload-select-picture-card {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 60px;
}
.table_base .jeecg-editable-cell a {
  text-align: center;
}
.table_base .jeecg-editable-cell img {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}
.table_base .jeecg-editable-cell .ant-input{
    line-height: 28px;
}
/* ========== 数据表格样式 end ========== */
/* ========== jvxe数据表格样式 start ========== */
.jvxetable_base {
  /* 数据库表格边框颜色 */
  --table_border: #ebeef5;
  /* 数据库表格背景颜色 */
  --table_bg: #f5f7fa;
  /* 数据库表格顶部背景颜色 */
  --table_headBg: #f0f2f5;
  --table_tdBg: #fbfbfb;
}

.jvxetable_base .jeecg-j-vxe-table .j-vxe-pagination {
  margin: 0;
  padding: 16px;
  background: var(--table_bg);
  border: 1px solid var(--table_border);
}

.jvxetable_base .ant-pagination-total-text {
  float: left;
}

.jvxetable_base .vxe-table--render-default .vxe-table--header-wrapper,
.jvxetable_base .vxe-table--render-default .vxe-table--header-wrapper,
.jvxetable_base .vxe-table--render-default .vxe-table--header-wrapper {
  background: var(--table_bg) !important;
}

.jeecg-basic-table-row__striped td,
.vxe-table--render-default .vxe-body--row.row--stripe {
  background: var(--table_tdBg) !important;
}

.jvxetable_base .ant-pagination-item-active a {
  background-color: #1890ff !important;
  color: #fff !important;
}

.jvxetable_base .vxe-header--column .vxe-resizable.is--line:before {
  height: 100%;
  background: var(--table_border);
}

/* ========== jvxe数据表格样式 end ========== */
