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