车辆对接

This commit is contained in:
wangshiming
2022-01-13 17:10:40 +08:00
parent db8208f63f
commit 03af0d2dfb
9 changed files with 83 additions and 47 deletions

View File

@ -15,8 +15,16 @@
align-items: center;
justify-content: center;
}
.align-center2 {
display: flex;
align-items: center;
}
#container {
width: 300px;
height: 180px;
}
:host {
::ng-deep {
nz-input-number{width: 100%;}
}
}