.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; } }