提交 cabb28ad authored 作者: CRS's avatar CRS

new

上级 d313dc62
......@@ -5,7 +5,9 @@
<div class="content">
<el-row>
<el-col :span="9">
<p class="title">人员信息</p>
<p class="title">人员信息
<img src="./img/goback.png" class="back" @click="back" title="返回">
</p>
<p class="search">
<span class="value">
<span>姓名:</span>
......@@ -106,6 +108,10 @@ export default {
this.imageUrl = res.result
}
reader.readAsDataURL(file)
},
// 返回
back() {
this.$router.push({name: 'person'});
}
},
components: {
......@@ -129,6 +135,16 @@ export default {
padding: 30px 0 0 60px;
font-size: 20px;
color: #233b6e;
position: relative;
}
.personPage .content .back{
position: absolute;
left: 25px;
top: 28px;
cursor: pointer;
}
.personPage .content .back:hover{
content: url("./img/gobackH.png");
}
.personPage .content .search{
position: relative;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论