.trun_to_table_div{ margin-top: 12px; } .show_checked_user_div{ border: 1px solid #e8e8e8; animation: ani .5s; padding: 12px 12px; width: 752px; } .show_recall_user_div{ animation: ani .5s; padding: 12px 12px; width: 752px; } .table_post_name{ cursor: initial; width: 200px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } @keyframes ani { 0%{ opacity: 0; } 100%{ opacity: 1; } } :global{ #trun_to_table .ant-table-thead tr th{ background-color: #fff; } } .spin_div{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }