From f585c99095598c027bfd466a2c5d3433e4c0e796 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Thu, 29 Aug 2024 13:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/technicianLevel.vue | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) 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; + }