index.module.scss 413 B

123456789101112131415161718192021
  1. .D6impRelation {
  2. margin-top: 24px;
  3. :global {
  4. .D6RTit {
  5. font-size: 18px;
  6. font-weight: 700;
  7. padding-bottom: 10px;
  8. padding-left: 18px;
  9. border-bottom: 1px solid #ccc;
  10. margin-bottom: 17px;
  11. color: var(--themeColor);
  12. .ant-btn {
  13. margin-left: 15px;
  14. pointer-events: none;
  15. }
  16. }
  17. .ant-table-cell {
  18. padding: 8px !important;
  19. }
  20. }
  21. }