system-copyright-react/src/route/TransactionOrder/transaction-order.css
2025-04-11 16:20:46 +08:00

13 lines
268 B
CSS

.transaction-order {
margin-top: 18px;
background-color: rgb(255, 255, 255);
padding: 0px 19px 0px 19px;
box-sizing: border-box;
}
.transaction-order-table{
margin-top: 15px;
}
.transaction-order-table-btn{
color:#888888;
cursor: pointer;
}