update 订单完成情况

This commit is contained in:
lb 2022-11-11 14:13:40 +08:00
parent ec12c84830
commit 800045d897

View File

@ -73,7 +73,7 @@ const ProcessCircle = {
methods: {}, methods: {},
render: function(h) { render: function(h) {
return h('el-progress', { return h('el-progress', {
'class': { class: {
'lb-progress-bar': true 'lb-progress-bar': true
}, },
props: { props: {
@ -189,10 +189,13 @@ export default {
.left-content-order >>> .el-progress-circle { .left-content-order >>> .el-progress-circle {
position: relative; position: relative;
left: calc(24px * var(--beilv)); left: calc(24px * var(--beilv));
width: calc(12px * var(--beilv)) !important;
height: calc(12px * var(--beilv)) !important;
} }
.left-content-order >>> .el-progress__text { .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)); left: calc(-2px * var(--beilv));
color: #ffffff50 !important; color: #ffffff50 !important;
} }