123456789101112131415161718192021222324252627282930313233343536373839 |
- .A5goods {
- :global {
- .A5top {
- padding: 15px 24px;
- border-radius: 10px;
- background-color: #fff;
- display: flex;
- justify-content: space-between;
- .A5topRow {
- display: flex;
- &>div {
- margin-right: 20px;
- }
- }
- }
- .A5tableBox {
- border-radius: 10px;
- overflow: hidden;
- margin-top: 15px;
- height: calc(100% - 77px);
- background-color: #fff;
- .ant-table-body {
- height: 625px;
- overflow-y: auto !important;
- overflow-y: overlay !important;
- .ant-table-row {
- .ant-table-cell {
- padding: 10px;
- }
- }
- }
- }
- }
- }
|