Files
bbq/src/app/routes/waybill-management/components/vehicle-detail/vehicle-detail.component.less
wangshiming 86fe0b1f2b 订单
2021-12-07 15:12:54 +08:00

36 lines
591 B
Plaintext

:host{
.btn-size{
font-size: 14px;
}
.bdr{
border-right: 1px solid #ccc;
}
.bdl{
border-left: 1px solid #ccc;
}
.source-info{
p{
margin-bottom: .5em;
}
}
.freight-info-box{
width: 95%;
}
.freigth-label{
display: inline-block;
width: 50px;
text-align: right;
}
::ng-deep{
.approval-status{
.ant-steps{
width: 70%;
margin: 0 auto;
}
}
}
.leftPadding {
padding-right: 100px;
}
}