车辆对接

This commit is contained in:
wangshiming
2021-12-21 11:05:39 +08:00
parent 6dfc1e75fc
commit f95e9336b6
13 changed files with 1114 additions and 31 deletions

View File

@ -0,0 +1,38 @@
: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;
}
}
}