/** [表格主题样式一] 表格强制列不换行 */
.j-table-force-nowrap {
  /** 列自适应，弊端会导致列宽失效 */
}
.j-table-force-nowrap td,
.j-table-force-nowrap th {
  white-space: nowrap;
}
.j-table-force-nowrap .ant-table-selection-column {
  padding: 12px 22px !important;
}
.j-table-force-nowrap.ant-table-wrapper .ant-table-content {
  overflow-x: auto;
}


.editable-row-operations a[data-v-59388e7d] {
  margin-right: 8px;
}


.title[data-v-7e0d33c5] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
  opacity: 1;
  background: rgba(240, 247, 253, 1);
}

/*列表上方操作按钮区域*/
.ant-card-body .table-operator[data-v-1f06bac6] {
  margin-bottom: 8px;
}
/** Button按钮间距 */
.table-operator .ant-btn[data-v-1f06bac6] {
  margin: 0 8px 8px 0;
}
.table-operator .ant-btn-group .ant-btn[data-v-1f06bac6] {
  margin: 0;
}
.table-operator .ant-btn-group .ant-btn[data-v-1f06bac6]:last-child {
  margin: 0 8px 8px 0;
}
/*列表td的padding设置 可以控制列表大小*/
.ant-table-tbody .ant-table-row td[data-v-1f06bac6] {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*列表页面弹出modal*/
.ant-modal-cust-warp[data-v-1f06bac6] {
  height: 100%;
}
/*弹出modal Y轴滚动条*/
.ant-modal-cust-warp .ant-modal-body[data-v-1f06bac6] {
  height: calc(100% - 110px) !important;
  overflow-y: auto;
}
/*弹出modal 先有content后有body 故滚动条控制在body上*/
.ant-modal-cust-warp .ant-modal-content[data-v-1f06bac6] {
  height: 90% !important;
  overflow-y: hidden;
}
/*列表中有图片的加这个样式 参考用户管理*/
.anty-img-wrap[data-v-1f06bac6] {
  height: 25px;
  position: relative;
}
.anty-img-wrap > img[data-v-1f06bac6] {
  max-height: 100%;
}
/*列表中范围查询样式*/
.query-group-cust[data-v-1f06bac6] {
  width: calc(50% - 10px);
}
.query-group-split-cust[data-v-1f06bac6]:before {
  content: "~";
  width: 20px;
  display: inline-block;
  text-align: center;
}
/*erp风格子表外框padding设置*/
.ant-card-wider-padding.cust-erp-sub-tab > .ant-card-body[data-v-1f06bac6] {
  padding: 5px 12px;
}
/* 内嵌子表背景颜色 */
.j-inner-table-wrapper[data-v-1f06bac6] .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
  background-color: #FFFFFF;
}
/**隐藏样式-modal确定按钮 */
.jee-hidden[data-v-1f06bac6] {
  display: none;
}
.supplierEntering[data-v-1f06bac6] {
  background: #fff;
  margin-bottom: 20px;
}
.supplierEntering header .title[data-v-1f06bac6] {
  width: 250px;
  font-size: 36px;
  font-weight: 700;
  color: #0a1629;
}
.supplierEntering header .tabs[data-v-1f06bac6] {
  cursor: pointer;
  width: 308px;
  height: 40px;
  border-radius: 24px;
  background: #f0f7fd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.supplierEntering header .tabs div[data-v-1f06bac6] {
  width: 151px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #0a1629;
}
.supplierEntering header .tabs .active[data-v-1f06bac6] {
  background: #1890ff;
  color: #fff;
}
.supplierEntering header .btm[data-v-1f06bac6] {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
}
.supplierEntering header .btm .filter[data-v-1f06bac6] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #f0f7fd;
  line-height: 56px;
  text-align: center;
  margin-right: 20px;
}
.supplierEntering header .btm[data-v-1f06bac6] .ant-input {
  height: 48px;
  border: 0px solid #d9d9d9;
  font-size: 15px;
}
.supplierEntering header .btm[data-v-1f06bac6] .ant-input-affix-wrapper {
  font-size: 22px;
}
.supplierEntering header .btm[data-v-1f06bac6] .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 42px;
}
.supplierEntering .content[data-v-1f06bac6] {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
}
img[data-v-1f06bac6] {
  cursor: pointer;
}
[data-v-1f06bac6] .ant-table-thead > tr > th {
  background: #f0f7fd;
}
[data-v-1f06bac6] .ant-table-pagination.ant-pagination {
  float: none;
  text-align: center;
}
[data-v-1f06bac6] .ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-v-1f06bac6] .ant-card-body {
  padding: 0px 24px;
  zoom: 1;
}

