.operationReportMain { box-sizing: border-box; background-color: #fff; padding: 32px 24px; .pageTitle { width: 100%; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 0 16px; .pageTitleLeft {} .pageTitleCenter { font-size: 30px; font-weight: bold; color: #333; margin-bottom: 24px; } .pageTitleRight {} } .inspectionItemsTitle { margin: 0; } .inspectionContentListBox { width: 100%; height: 370px; overflow-y: auto; .inspectionContentItem { width: 100%; display: flex; align-items: flex-start; border-bottom: 1px solid #dadada; box-sizing: border-box; padding: 12px; .inspectionContentItemLeft { width: 40px; margin-right: 10px; display: flex; justify-content: center; .inspectionContentItemIcon { width: 25px; height: 25px; } } .inspectionContentItemCenter { width: calc(100% - 150px); .inspectionContentText { font-family: "Microsoft YaHei"; font-size: 16px; } .errorContentTextBox { .errorContentTitle { font-weight: bold; } .errorContentText { margin-top: 8px; } .errorContentImgList { width: 100%; display: flex; flex-wrap: wrap; align-items: center; .errorContentImg { width: 80px; height: 80px; margin-right: 10px; } } } } .inspectionContentItemRight { width: 100px; .btnText { color: #1677ff; cursor: pointer; } } } } .leftItem { width: 100%; height: 420px; overflow-y: auto; .leftItemProTable { .ant-pro-card { .ant-pro-card-body { .ant-table-wrapper { .ant-spin-nested-loading { .ant-spin-container { .ant-table { .ant-table-container { .ant-table-body { .ant-table-tbody { .ant-table-row-selected { td { background-color: #c4defc; } } } } } } } } } } } } } .leftItem::-webkit-scrollbar { display: none; } }