html, body { font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif; width: 100%; height: 100%; } a { color: #1478F0; text-decoration: none; /*-webkit-backface-visibility: hidden;*/ } .el-table th { /* background-color: #F9FAFC; */ } ::-webkit-scrollbar{ /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } ::-webkit-scrollbar-thumb{ /*滚动条里面小方块*/ border-radius: 10px; background: #cfcbcb; } ::-webkit-scrollbar-track{ /*滚动条里面轨道*/ border-radius: 10px; background: #ededed; }