This commit is contained in:
Taric Xin
2021-12-20 10:53:10 +08:00
parent 91dcc20d9a
commit 19fa0ddbd5
4 changed files with 414 additions and 431 deletions

View File

@ -1,46 +1,25 @@
@import '~@delon/theme/index';
@import '../../../../less/edit.less';
:host {
::ng-deep {
.ant-steps-dot {
.ant-steps-item-content {
width: 200px;
}
.ant-steps-item-icon {
margin-left: 96px;
}
.ant-steps-item-tail::after {
margin-left: 40px;
}
}
.success {
color: @success-color;
}
.user-info {
display : flex;
font-size: 16px;
.warning {
color: @warning-color;
}
.enterprise-name {
margin-right: 15px;
}
.error {
color: @error-color;
img {
width : 64px;
height : 64px;
margin-right : 15px;
border-radius: 50%;
}
.user-info-des {
margin-bottom: 5px;
}
}
}
.mt16 {
margin-top: 16px;
}
.user-info {
display: flex;
font-size: 16px;
.enterprise-name {
margin-right: 15px;
}
img {
width: 64px;
height: 64px;
margin-right: 15px;
border-radius: 50%;
}
.user-info-des {
margin-bottom: 5px;
}
}
}
}