PackageCreate.less 459 B

1234567891011121314151617181920212223242526272829
  1. @import "~antd/lib/style/themes/default.less";
  2. .cardName {
  3. & > span {
  4. display: inline-block;
  5. height: 24px;
  6. padding: 0 7px;
  7. vertical-align: bottom;
  8. }
  9. :global {
  10. .ant-btn-primary {
  11. margin-left: 10px;
  12. }
  13. }
  14. }
  15. .table {
  16. :global {
  17. .ant-table-body > table {
  18. padding: 0 !important;
  19. }
  20. .ant-table-tbody > tr > td {
  21. &:first-child {
  22. background: #69c0ff;
  23. font-weight: 500;
  24. }
  25. }
  26. }
  27. }