OrderDetail.less 526 B

123456789101112131415161718192021222324252627282930
  1. @import "~antd/lib/style/themes/default.less";
  2. .orderTable {
  3. margin-bottom: 20px;
  4. :global(.ant-table-footer) {
  5. background: #f4f5f9;
  6. padding: 8px 16px;
  7. }
  8. :global(.ant-table-title) {
  9. background: #f4f5f9;
  10. border-left: 3px solid #778 !important;
  11. }
  12. }
  13. .previewTableFooter {
  14. text-align: justify;
  15. span {
  16. &:last-child {
  17. float: right;
  18. }
  19. }
  20. }
  21. .detailTableFooter {
  22. text-align: right;
  23. & > p > span {
  24. color: #f90;
  25. font-weight: 400;
  26. width: 60px;
  27. display: inline-block;
  28. }
  29. }