diff --git a/pages/index/technicianLevel.vue b/pages/index/technicianLevel.vue index ded6f67..3b7da19 100644 --- a/pages/index/technicianLevel.vue +++ b/pages/index/technicianLevel.vue @@ -12,8 +12,10 @@ 当前周期 {{ artificerData.beginTime }}~{{ artificerData.finishTime }} + - + + + + 上周期等级 + + + + + 备注: 本期等级是根据技师上个周期的业绩最终计算得出 @@ -355,4 +369,18 @@ color: #fe912E; font-size: 24rpx; } + .progress-bar{ + margin-top:40rpx; + width: 130%; + } + .u-demo-block__content { + flex-direction: column !important; + flex-wrap: nowrap; + align-items: stretch; + width: 100%; + } + .memo{ + font-size: 22rpx; + color: #c1e7e1; + }