@import "~antd/lib/style/themes/default.less"; .cardName { & > span { display: inline-block; height: 24px; padding: 0 7px; vertical-align: bottom; } :global { .ant-btn-primary { margin-left: 10px; } } } .table { :global { .ant-table-body > table { padding: 0 !important; } .ant-table-tbody > tr > td { &:first-child { background: #69c0ff; font-weight: 500; } } } }