.content { width: 100%; height: 93%; overflow: hidden; box-sizing: border-box; padding: 10px 10px 20px 10px; .center { width: 100%; height: 100%; } } //table table { width: 100%; text-align: center; .cdk-header-cell { text-align: center; } } .table { font-size: 30px; width: 1000px; height: 600px; overflow: auto; .tableHeader { font-size: 30px; text-align: center; font-weight: 550; } } //滚动条样式 ::-webkit-scrollbar{ width: 5px; background-color: white; } ::-webkit-scrollbar-thumb{ background-color: #999; }