mh-sms-web/src/components/CustomPages/PO/ApplyOrderToOrderPage.css

18 lines
276 B
CSS
Raw Normal View History

2024-01-22 09:18:38 +08:00
.events {
list-style: none;
margin: 0;
padding: 0;
}
.events :global(.ant-badge-status) {
overflow: hidden;
width: 100%;
white-space: nowrap;
font-size: 12px;
text-overflow: ellipsis;
}
.div{
align-items: center;
margin-top: 15px;
margin-bottom: 15px;
}