.ant-descriptions-view[data-v-578d2c11] {
  border: 1px solid #f0f0f0;
}
[data-v-578d2c11] .ant-descriptions-item-label {
  width: 180px;
}
[data-v-578d2c11] .ant-descriptions-item-content span {
  color: #000000d9;
}
[data-v-578d2c11] .ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #f0f0f0 !important;
}
[data-v-578d2c11] .ant-descriptions-bordered .ant-descriptions-item-label {
  border-right: 1px solid #f0f0f0;
}

.ant-card-body .table-operator[data-v-d0d06352] {
  margin-bottom: 18px;
}
.ant-table-tbody .ant-table-row td[data-v-d0d06352] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.anty-row-operator button[data-v-d0d06352] {
  margin: 0 5px;
}
.ant-btn-danger[data-v-d0d06352] {
  background-color: #ffffff;
}
.ant-modal-cust-warp[data-v-d0d06352] {
  height: 100%;
}
.ant-modal-cust-warp .ant-modal-body[data-v-d0d06352] {
  height: calc(100% - 110px) !important;
  overflow-y: auto;
}
.ant-modal-cust-warp .ant-modal-content[data-v-d0d06352] {
  height: 90% !important;
  overflow-y: hidden;
}


.avatar-uploader > .ant-upload[data-v-541e0aaf] {
  width: 104px;
  height: 104px;
}
.ant-upload-select-picture-card i[data-v-541e0aaf] {
  font-size: 49px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-541e0aaf] {
  margin-top: 8px;
  color: #666;
}
.ant-table-tbody .ant-table-row td[data-v-541e0aaf] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.drawer-bootom-button[data-v-541e0aaf] {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  left: 0;
  background: #fff;
  border-radius: 0 0 2px 2px;
}

/*【JTC-502】 添加用户两个滚动条*/
[data-v-541e0aaf] .ant-drawer-body {
  padding-bottom: 53px;
}


.drawer-bootom-button[data-v-5943a896] {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  left: 0;
  background: #fff;
  border-radius: 0 0 2px 2px;
}














































































































































































































































































































































/** Button按钮间距 */
.ant-btn[data-v-24129b9f] {
  margin-left: 3px
}
.ant-card[data-v-24129b9f] {
  margin-left: -30px;
  margin-right: -30px;
}
.table-page-search-wrapper[data-v-24129b9f] {
  margin-top: -16px;
  margin-bottom: 16px;
}

.drawer-bootom-button[data-v-642e9f1c] {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  left: 0;
  background: #fff;
  border-radius: 0 0 2px 2px;
}


/*列表上方操作按钮区域*/
.ant-card-body .table-operator {
  margin-bottom: 8px;
}
/** Button按钮间距 */
.table-operator .ant-btn {
  margin: 0 8px 8px 0;
}
.table-operator .ant-btn-group .ant-btn {
  margin: 0;
}
.table-operator .ant-btn-group .ant-btn:last-child {
  margin: 0 8px 8px 0;
}
/*列表td的padding设置 可以控制列表大小*/
.ant-table-tbody .ant-table-row td {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*列表页面弹出modal*/
.ant-modal-cust-warp {
  height: 100%
}

/*弹出modal Y轴滚动条*/
.ant-modal-cust-warp .ant-modal-body {
  height: calc(100% - 110px) !important;
  overflow-y: auto
}

/*弹出modal 先有content后有body 故滚动条控制在body上*/
.ant-modal-cust-warp .ant-modal-content {
  height: 90% !important;
  overflow-y: hidden
}
/*列表中有图片的加这个样式 参考用户管理*/
.anty-img-wrap {
  height: 25px;
  position: relative;
}
.anty-img-wrap > img {
  max-height: 100%;
}
/*列表中范围查询样式*/
.query-group-cust{width: calc(50% - 10px)}
.query-group-split-cust:before{content:"~";width: 20px;display: inline-block;text-align: center}


/*erp风格子表外框padding设置*/
.ant-card-wider-padding.cust-erp-sub-tab>.ant-card-body{padding:5px 12px}

/* 内嵌子表背景颜色 */
.j-inner-table-wrapper /deep/ .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
  background-color: #FFFFFF;
}

/**隐藏样式-modal确定按钮 */
.jee-hidden{display: none}


