Files
bbq/src/app/routes/supply-management/components/addmodal/addmodal.component.less
wangshiming f95e9336b6 车辆对接
2021-12-21 11:05:39 +08:00

38 lines
749 B
Plaintext

:host{
::ng-deep{
.ant-card-meta-title{
display: flex;
align-items: center;
justify-content: space-between;
}
.nameBox {
display: flex;
align-items: baseline;
.name{
margin: 0 10px 0 0;
}
}
.ant-badge-status{
color: #666
}
}
.title{
clear: both;
margin: 10px 0;
font-weight: bold;
font-size: 14px;
}
.noContent{
width: 100%;
min-height: 300px;
font-size: 16px;
line-height: 300px;
text-align: center;
span {
color: #1890ff;
cursor: pointer;
}
}
}