This commit is contained in:
parent
1da972679a
commit
d75da95745
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<div class="person-container">
|
||||
<a @click="back()" class="page_back"><i class="el-icon-arrow-left" title="返回"></i>返回</a>
|
||||
<a @click="back()" class="page_back"
|
||||
><i class="el-icon-arrow-left" title="返回"></i>返回</a
|
||||
>
|
||||
|
||||
<div class="person-content">
|
||||
<div class="person-side">
|
||||
|
@ -388,10 +390,10 @@ const tableType = reactive({
|
|||
const onClickTag = (item) => {
|
||||
dialogShow.value = true;
|
||||
};
|
||||
const back = () =>{
|
||||
// sessionStorage.setItem('return',true);
|
||||
window.location.href = 'javascript:history.back(-1)';
|
||||
}
|
||||
const back = () => {
|
||||
// sessionStorage.setItem('return',true);
|
||||
window.location.href = "javascript:history.back(-1)";
|
||||
};
|
||||
|
||||
const paginationDialog = reactive({
|
||||
current: 1,
|
||||
|
@ -603,6 +605,8 @@ onMounted(() => {
|
|||
display: inline-block;
|
||||
// font-family: PangMenZhengDao, PangMenZhengDao;
|
||||
font-family: titletheRightWay, titletheRightWay;
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
font-size: 34px;
|
||||
color: #b8fcfc;
|
||||
|
|
Loading…
Reference in New Issue