update 订单完成情况
This commit is contained in:
parent
ec12c84830
commit
800045d897
@ -73,7 +73,7 @@ const ProcessCircle = {
|
||||
methods: {},
|
||||
render: function(h) {
|
||||
return h('el-progress', {
|
||||
'class': {
|
||||
class: {
|
||||
'lb-progress-bar': true
|
||||
},
|
||||
props: {
|
||||
@ -189,10 +189,13 @@ export default {
|
||||
.left-content-order >>> .el-progress-circle {
|
||||
position: relative;
|
||||
left: calc(24px * var(--beilv));
|
||||
width: calc(12px * var(--beilv)) !important;
|
||||
height: calc(12px * var(--beilv)) !important;
|
||||
}
|
||||
|
||||
.left-content-order >>> .el-progress__text {
|
||||
font-size: inherit;
|
||||
font-size: calc(12px * var(--beilv)) !important;
|
||||
line-height: calc(14px * var(--beilv)) !important;
|
||||
left: calc(-2px * var(--beilv));
|
||||
color: #ffffff50 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user