保存进度!

This commit is contained in:
2023-10-27 16:51:57 +08:00
parent a33981ac55
commit 1422c0b781
6 changed files with 80 additions and 50 deletions

View File

@@ -15,8 +15,8 @@
alt=""
>
<div class="title-wrapper">
<span>"消8灭70"突围战</span>
<span>{{ props.month }}入营坐席</span>
<span> 8 6 突围战</span>
<span>指标落后入营坐席</span>
</div>
</div>
</div>

View File

@@ -9,7 +9,7 @@
-->
<template>
<div class="honorlist-wrapper">
<span class="title">90俱乐部{{ $props.month }}月入围坐席</span>
<span class="title">90俱乐部标杆坐席</span>
<div class="reward-wrapper">
<div class="leading-reward-wrapper">
<div class="banner-wrapper">
@@ -100,10 +100,10 @@ export default {
font: {
family: "FZ-ZHUOHEI";
size: 1.4rem;
size: 1.6rem;
}
color: goldenrod;
color: rgb(245, 178, 11);
}
.reward-wrapper {
@@ -120,12 +120,13 @@ export default {
.leading-reward-wrapper {
width: 165px;
height: 100%;
display: none;
}
.advance-reward-wrapper {
width: 165px;
height: 100%;
display: none;
}
span {