
.document[data-v-05f44144] {
  width: 95%;
  margin-left: 10px;
  height: 40px;
  background: rgba(240, 247, 253, 1);
  /* border-bottom: 5px solid rgba(240, 247, 253, 1); */
  margin-bottom: 30px;
}
.document-item[data-v-05f44144] {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 28.13px;
  color: rgba(10, 22, 41, 1);
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
}
.tabs-height[data-v-05f44144] {
  min-height: 500px;
}
.button[data-v-05f44144] {
  padding: 30px 60px 30px 30px;
  text-align: right;
}
.a-button[data-v-05f44144] {
  margin: 0px 20px 0px 20px;
}

/** [表格主题样式一] 表格强制列不换行 */
.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;
}



