|
|
@@ -4,7 +4,7 @@
|
|
|
<flow :dataList="flowList"></flow>
|
|
|
<p class="status">工作人员正在审核, 审核通过后将为您对接面试官</p>
|
|
|
<p class="time">时间: 1-3个工作日</p>
|
|
|
- <img class="qr-code" src="" alt=""/>
|
|
|
+ <img class="qr-code" src="@/assets/img/skill_cert/icon_service_wechat.png" alt=""/>
|
|
|
<p class="label">微信客服</p>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -79,10 +79,10 @@
|
|
|
}
|
|
|
|
|
|
.qr-code {
|
|
|
- width: 240px;
|
|
|
- height: 240px;
|
|
|
- margin-top: 26px;
|
|
|
- margin-bottom: 10px;
|
|
|
+ width: 286px;
|
|
|
+ height: 286px;
|
|
|
+ margin-top: 6px;
|
|
|
+ margin-bottom: -9px;
|
|
|
}
|
|
|
|
|
|
.label {
|