.omsLog { .head { padding: 10px; background: white; margin-bottom: 2px; min-width: 1030px; } .chart { padding: 16px; background: white; } .table { border-top: 1px solid #f0eded; // overflow: auto;//不要这个,pagination否则无法固定底部 .ant-table-thead tr th { font-weight: 600; color: rgba(0, 0, 0, 0.85); background-color: #f6f9fe; } .ant-table-body { height: calc(100vh - 208px); border-right: white; overflow: auto !important; // .ant-table-tbody{ // overflow: scroll !important; // } } .ant-table-cell { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .ant-pagination { z-index: 999; border-top: 1px solid #f0eded; } .ant-table.ant-table-small { width: 99%; margin: 10px auto; } .ant-table-pagination { padding-right: 12px; background: white; margin: 1px 0; padding: 8px; padding-right: 20px; } } .ant-spin-container { background-color: white; } .icon { margin-top: -5px !important; vertical-align: text-bottom; } }