style.less 494 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
.table_post_name {
  cursor: initial;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trun_to_table_div {
  margin-top: 12px;
}
.spin_div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_name_div {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.tag_div {
  width: 100%;
  min-height: 80px;
}

:global {
  #trun_to_table .ant-table-thead tr th {
    background-color: #fff;
  }
}