This commit is contained in:
kbing1981 2024-07-01 23:07:29 +08:00
parent 65b257c933
commit 79ea1aaccc
1 changed files with 8 additions and 1 deletions

View File

@ -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>