.container{ width: 100%; height: calc(100vh - 100px) ; background-color: #ffffff; display: flex; padding: 0.8rem; .ant-table-thead tr th { font-weight: 600; color: rgba(0, 0, 0, 0.85); } overflow-y: scroll; .ant-input-number-input{ background-color: #ffffff; color: #000000; } .ant-card-body{ padding-bottom: 0 !important; } } .predict{ display: flex; align-items: flex-end; justify-content: space-between; width: 100%; } .tileBtn{ display: flex; justify-content: flex-end; width: 100%; padding: 0 0 2rem } .corn{ cursor: pointer; margin-left:1rem; text-decoration: underline; width: 8rem; } .deviceList{ max-height: 20rem; overflow-y: scroll; } .deleteItem{ position:relative; right: -100%; top: -8.6rem; }