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

13 lines
270 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);
padding: 21px 19px 21px 26px;
box-sizing: border-box;
}
.transaction-order-table{
margin-top: 15px;
}
.transaction-order-table-btn{
color:#888888;
cursor: pointer;
}