This commit is contained in:
parent
65b257c933
commit
79ea1aaccc
|
@ -13,7 +13,7 @@
|
|||
<span>{{ artificerData.beginTime }}~{{ artificerData.finishTime }}</span>
|
||||
</view>
|
||||
<view class="header-right-text">
|
||||
备注: 本期等级是根据技师上个周期的业绩最终计算得出
|
||||
备注: 本期等级是根据技师上个y期的业绩最终计算得出
|
||||
</view>
|
||||
</view>
|
||||
<view class="header-right-bottom">
|
||||
|
@ -303,4 +303,11 @@
|
|||
align-items: center;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.be-remarks{
|
||||
border: 1px dashed #FE912E;
|
||||
padding: 10rpx 20rpx;
|
||||
border-radius: 8rpx;
|
||||
color: #fe912E;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue