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;
+ }