Commit 4a12d004 authored by zhangderong's avatar zhangderong

邮箱刷新显示

parent f2d94180
...@@ -26,12 +26,12 @@ ...@@ -26,12 +26,12 @@
<p>期望地区:{{resume&&resume.city}}</p> <p>期望地区:{{resume&&resume.city}}</p>
</div> </div>
</div> </div>
<div class="workExperience" v-show="roList.length !==0 "> <div class="workExperience" v-show="roList.length !==0 " style="margin-top:30px">
<p class="detailTitel"> <p class="detailTitel">
<span> <span>
<img src="https://o7oe0d6qz.qnssl.com/image/icon_%E5%B7%A5%E4%BD%9C%E7%BB%8F%E5%8E%86_20_18px.png" style="height:16px;width:23px;vertical-align: middle;margin-top:-4px"> <img src="https://o7oe0d6qz.qnssl.com/image/icon_%E5%B7%A5%E4%BD%9C%E7%BB%8F%E5%8E%86_20_18px.png" style="height:16px;width:23px;vertical-align: middle;margin-top:-4px">
</span> </span>
<span style="margin-left:7px;font-size:16px;color:#0092FF">工作经历</span> <span style="margin-left:7px;font-size:16px;color:#0092FF;">工作经历</span>
</p> </p>
<div class="workExperience-detail" v-for="(item,index) in roList" :key="index"> <div class="workExperience-detail" v-for="(item,index) in roList" :key="index">
<div class="workExperience-top"> <div class="workExperience-top">
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<h3 style="text-align:center">提示</h3> <h3 style="text-align:center">提示</h3>
<p style="height:30px;line-height:30px">同步完成,如密码发生改变,请及时点击<br><span>修改</span>来重置密码</p> <p style="height:30px;line-height:30px">同步完成,如密码发生改变,请及时点击<br><span>修改</span>来重置密码</p>
<!-- <h2 style="text-align:center;font-size:18px;color:#2d8cf0;height:40px;line-height:40px;margin-top:30px" @click="pushlist">我已知晓</h2> --> <!-- <h2 style="text-align:center;font-size:18px;color:#2d8cf0;height:40px;line-height:40px;margin-top:30px" @click="pushlist">我已知晓</h2> -->
<Button type="primary" style="margin:40px 0 0 80px">我已知晓</Button> <Button type="primary" style="margin:40px 0 0 80px" @click="modal2=false">我已知晓</Button>
</Modal> </Modal>
<!-- 同步绑定 --> <!-- 同步绑定 -->
<Modal <Modal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment