运单优化

This commit is contained in:
潘晓云
2022-04-28 20:42:47 +08:00
parent 92b9335df4
commit bbc3095852
6 changed files with 217 additions and 214 deletions

View File

@ -58,3 +58,44 @@
margin: 0 10px 10px 0;
}
}
.handling-col {
min-height: 90px;
.handling-info {
min-height: 100%;
border: 1px solid #ccc;
.loading-row {
display: flex;
}
.handling-info-icon {
width: 32px;
height: 32px;
margin-right: 24px;
color: #fff;
line-height: 32px;
text-align: center;
border-radius: 50%;
&.loading-bg {
background-color: #50D4AB;
}
&.unloaing-bg {
background: #F66F6A;
}
}
.info {
flex: 1;
}
.time-info {
margin-left: 56px;
margin-bottom: 0;
}
}
}