车辆对接

This commit is contained in:
wangshiming
2022-01-10 19:34:02 +08:00
parent 805a2aeb63
commit d4d6579555

View File

@ -1,8 +1,8 @@
:host { :host {
::ng-deep { ::ng-deep {
.ant-steps { .ant-steps {
margin: 0 auto;
width : 500px; width : 500px;
margin: 0 auto;
} }
.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail::after { .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail::after {
@ -32,8 +32,8 @@
page-grid { page-grid {
width : 100%; width : 100%;
height : 100%; height : 100%;
background-color: #fff;
margin : 100px auto; margin : 100px auto;
background-color: #fff;
.myForm { .myForm {
margin-top : 3rem; margin-top : 3rem;
@ -41,11 +41,11 @@
} }
.steps-content { .steps-content {
min-height : 250px;
margin-top : 16px; margin-top : 16px;
background-color: #fff;
border : 1px dashed #e9e9e9; border : 1px dashed #e9e9e9;
border-radius : 6px; border-radius : 6px;
background-color: #ffffff;
min-height : 250px;
// text-align: center; // text-align: center;
} }
@ -60,15 +60,14 @@
} }
.input-tootip { .input-tootip {
width : 250px;
padding-left: 20px;
display : flex;
display : flex; display : flex;
align-items : center; align-items : center;
width : 250px;
padding-left: 20px;
.dot { .dot {
font-size: 21px;
color : #bdb8b8; color : #bdb8b8;
font-size: 21px;
} }
.valid-icon { .valid-icon {