.time-table{position:relative;width:100%;height:100%}.time-table .time-table-header{position:relative;width:100%;height:32px;display:flex;align-items:center;justify-content:flex-end}.time-table .time-table-header .ant-select{width:180px}.time-table .time-table-content{position:relative;width:100%;height:calc(100% - 52px);margin-top:20px;overflow:auto}.time-table .time-table-content table{border-collapse:collapse}.time-table .time-table-content table td,.time-table .time-table-content table th{width:174px;height:34px;border:1px solid #ededed}.time-table .time-table-content table td .time-cell,.time-table .time-table-content table th{text-align:center;padding:6px 12px}.time-table .time-table-content table td .cell{position:relative;width:100%;height:100%}.time-table-popover{color:#333}.time-table-popover .label{display:inline-block;width:60px;color:#999}