system-copyright-react/src/route/TransactionOrder/transaction-order.css

13 lines
268 B
CSS
Raw Normal View History

2024-05-31 09:19:30 +08:00
.transaction-order {
margin-top: 18px;
background-color: rgb(255, 255, 255);
2025-04-11 16:20:46 +08:00
padding: 0px 19px 0px 19px;
2024-05-31 09:19:30 +08:00
box-sizing: border-box;
}
.transaction-order-table{
margin-top: 15px;
}
.transaction-order-table-btn{
color:#888888;
cursor: pointer;
}