1234567891011121314151617181920212223242526272829303132333435 |
- .tableContent {
- margin: 0;
- font-size: 12px;
- .treeBtn {
- padding: 1px 0.6rem;
- color: #007bff;
- border: 1px solid #007bff;
- border-radius: 0.2rem;
- &:hover {
- color: #ffffff;
- background-color: #007bff;
- }
- }
- // :global(.ant-table-thead .ant-table-cell) {
- // padding: 0.4rem;
- // text-align: center !important;
- // background-color: #e9ecef;
- // border-right: 1px solid #dee2e6;
- // border-bottom: 2px solid #dee2e6;
- // }
- // :global(.ant-table-tbody .ant-table-cell) {
- // padding: 0.4rem;
- // }
- // :global(.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th) {
- // border-right: 1px solid #dee2e6;
- // }
- }
- .textBtn {
- &:hover {
- color: #007bff;
- }
- }
|