.tableCell { //padding: 0 !important; &.sortCol { background: rgba(92, 153, 255, 0.2); } } .table { background: white; :global(.ant-table-bordered.ant-table-empty .ant-table-placeholder) { display: none; } :global(.ant-table-scroll table) { min-width: 0; } :global(.ant-table-thead > tr > th) { padding: 0; //margin-bottom: 1px; //text-align: center; } //:global(.ant-table-thead > tr > th:first-child) { // border-right: none; //} :global(.ant-table-tbody > tr > td) { padding: 0; height: 40px; } //:global(.ant-table-tbody > tr > td:first-child) { // border-right: none; //} :global(.ant-table-tbody > tr > td:last-child) { text-align: left; } :global(.ant-table-thead > tr > th .ant-table-header-column) { display: block; } :global(.ant-table.ant-table-bordered .ant-table-footer) { padding: 10px; background: white; } //:global(.ant-table-bordered.ant-table-fixed-header // .ant-table-header // + .ant-table-body // > table) { // border-top: 0px solid #e8e8e8; //} :global(.ant-table-row-hover) { .unchecked { display: block; } .no { display: none; } .showFormBtn { visibility: visible; } } } .indexCell { padding: 0 10px; display: flex; justify-content: flex-start; align-items: center; border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; box-sizing: border-box; &.disabled { background: #f9f9f9; &:hover { box-shadow: none; } } &:hover { box-shadow: inset 0 0 0 1px #85b6ff; .showFormBtn { visibility: visible; } .unchecked { display: initial; } .no { display: none; } } .cellNo { display: flex; align-items: center; } .cellContent { flex: 1; overflow: hidden; height: 100%; } .unchecked { display: none; } .no { width: 17px; display: block; text-align: center; white-space: nowrap; } .showFormBtn { visibility: hidden; margin: 0 5px; width: 18px; border-radius: 50%; cursor: pointer; &:hover { background: #d0f0fd; } } } .GridRow { position: relative; display: flex; flex-direction: row; background: #fff; } .GridColumn { display: flex; flex-direction: column; flex: 1 1 auto; background: #fff; } .LeftSideGridContainer { flex: 0 0 75px; z-index: 10; background: #fff; border-left: 1px solid #e8e8e8; box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15); } .LeftSideGrid { overflow: hidden !important; outline: none; } .HeaderGrid { width: 100%; overflow: hidden !important; outline: none; .leftHeaderCell { padding: 0 10px; display: flex; justify-content: flex-start; align-items: center; border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8; box-sizing: border-box; .cellNo { margin-right: 5px; } .cellContent { flex: 1; height: 100%; } } } .BodyGrid { width: 100%; outline: none; } .cell, .headerCell, .leftCell { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 0.5em; } .headerCell, .leftCell { font-weight: bold; }