.outTime[data-v-bbc17f00] {
  background: #fc5959;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
  border-radius: 9px;
}
[data-v-bbc17f00] .ant-table-thead tr th {
  font-weight: normal;
}
/* 针对有垂直滚动条的表格 */
[data-v-bbc17f00] .ant-table-header {
  overflow-y: hidden !important;
}
[data-v-bbc17f00] .ant-table-body::-webkit-scrollbar {
  display: none;
}
.pad[data-v-bbc17f00] {
  display: block;
  color: var(--color);
  cursor: pointer;
}


.ant-table-tbody .ant-table-row td[data-v-d992a23c] {
  padding-top: 10px;
  padding-bottom: 10px;
}
#components-layout-demo-custom-trigger .trigger[data-v-d992a23c] {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}


.tipsCol[data-v-5d77b93f] {
  position: relative;
  color: #0077aa;
}
.tipsCol[data-v-5d77b93f]::before {
  background: #6692d4;
  width: 32%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
}
.taskList .layout-content[data-v-5d77b93f] {
  margin: 0;
}


/* 显示表格行分割线 */
[data-v-5d77b93f] .ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8 !important; /* 行底部分割线 */
  padding: 8px 16px !important; /* 统一单元格内边距 */
}
[data-v-5d77b93f] .content-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 6px; /* 与分割线间距匹配 */
}

/* 单行显示样式，确保内容不换行 */
[data-v-5d77b93f] .force-single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
[data-v-5d77b93f] .divider-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8; /* 分隔线颜色，可自定义 */
  margin: 6px 0; /* 上下间距，可调整 */
}
[data-v-5d77b93f] .table-row-item {
  width: 100%;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;
}

/* 确保表格单元格内边距与行分割线匹配 */
[data-v-5d77b93f] .ant-table-cell {
  padding: 8px 16px; 
  -webkit-box-sizing: border-box; 
          box-sizing: border-box;
}


.simple .layout-content {
  margin: 0;
  height: auto;
}



