|
|
|
@ -6,6 +6,8 @@ import { ArrowRight } from "@element-plus/icons-vue";
|
|
|
|
|
import { queryMyKnowledgeList } from "@/api/home";
|
|
|
|
|
import { useRouter } from "vue-router";
|
|
|
|
|
import { processList, commonList } from "./data";
|
|
|
|
|
import livelihood from "@/assets/home/livelihood_Information.png";
|
|
|
|
|
import myProcessIcon from "@/assets/home/my_process_icon.png";
|
|
|
|
|
|
|
|
|
|
defineOptions({
|
|
|
|
|
name: "Home"
|
|
|
|
@ -80,10 +82,7 @@ onMounted(() => {
|
|
|
|
|
:body-style="{ padding: '0px' }"
|
|
|
|
|
>
|
|
|
|
|
<div class="h-[204px]">
|
|
|
|
|
<img
|
|
|
|
|
src="@/assets/home/livelihood_Information.png"
|
|
|
|
|
class="w-[100%] h-[100%]"
|
|
|
|
|
/>
|
|
|
|
|
<img :src="livelihood" class="w-[100%] h-[100%]" />
|
|
|
|
|
</div>
|
|
|
|
|
</el-card>
|
|
|
|
|
</re-col>
|
|
|
|
@ -110,10 +109,7 @@ onMounted(() => {
|
|
|
|
|
<div class="my_process">
|
|
|
|
|
<div class="my_process_header">
|
|
|
|
|
<div class="my_process_header-right">
|
|
|
|
|
<img
|
|
|
|
|
src="@/assets/home/my_process_icon.png"
|
|
|
|
|
class="w-[24px] h-[24px] mr-2"
|
|
|
|
|
/>
|
|
|
|
|
<img :src="myProcessIcon" class="w-[24px] h-[24px] mr-2" />
|
|
|
|
|
<span>知识报送</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="my_process_header-left">
|
|
|
|
@ -164,10 +160,7 @@ onMounted(() => {
|
|
|
|
|
>
|
|
|
|
|
<div class="flex justify-between">
|
|
|
|
|
<div class="flex justify-start">
|
|
|
|
|
<img
|
|
|
|
|
src="@/assets/home/my_process_icon.png"
|
|
|
|
|
class="w-[24px] h-[24px] mr-2"
|
|
|
|
|
/>
|
|
|
|
|
<img :src="myProcessIcon" class="w-[24px] h-[24px] mr-2" />
|
|
|
|
|
<span>最新报送知识</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
@ -200,10 +193,7 @@ onMounted(() => {
|
|
|
|
|
<el-card shadow="never" class="h-[380px]">
|
|
|
|
|
<div class="home_title">
|
|
|
|
|
<div class="flex justify-start">
|
|
|
|
|
<img
|
|
|
|
|
src="@/assets/home/my_process_icon.png"
|
|
|
|
|
class="w-[24px] h-[24px] mr-2"
|
|
|
|
|
/>
|
|
|
|
|
<img :src="myProcessIcon" class="w-[24px] h-[24px] mr-2" />
|
|
|
|
|
<span>常用功能</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -241,10 +231,7 @@ onMounted(() => {
|
|
|
|
|
<el-card shadow="never" class="h-[350px]">
|
|
|
|
|
<div class="home_title">
|
|
|
|
|
<div class="flex justify-start">
|
|
|
|
|
<img
|
|
|
|
|
src="@/assets/home/my_process_icon.png"
|
|
|
|
|
class="w-[24px] h-[24px] mr-2"
|
|
|
|
|
/>
|
|
|
|
|
<img :src="myProcessIcon" class="w-[24px] h-[24px] mr-2" />
|
|
|
|
|
<span>最新知识问题</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
@ -288,10 +275,7 @@ onMounted(() => {
|
|
|
|
|
<el-card shadow="never" class="h-[350px]">
|
|
|
|
|
<div class="home_title">
|
|
|
|
|
<div class="flex justify-start">
|
|
|
|
|
<img
|
|
|
|
|
src="@/assets/home/my_process_icon.png"
|
|
|
|
|
class="w-[24px] h-[24px] mr-2"
|
|
|
|
|
/>
|
|
|
|
|
<img :src="myProcessIcon" class="w-[24px] h-[24px] mr-2" />
|
|
|
|
|
<span>常问问题</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|