123456789101112131415161718192021222324252627282930 |
- @import "~antd/lib/style/themes/default.less";
- .orderTable {
- margin-bottom: 20px;
- :global(.ant-table-footer) {
- background: #f4f5f9;
- padding: 8px 16px;
- }
- :global(.ant-table-title) {
- background: #f4f5f9;
- border-left: 3px solid #778 !important;
- }
- }
- .previewTableFooter {
- text-align: justify;
- span {
- &:last-child {
- float: right;
- }
- }
- }
- .detailTableFooter {
- text-align: right;
- & > p > span {
- color: #f90;
- font-weight: 400;
- width: 60px;
- display: inline-block;
- }
- }
|